Files
PolyORB/compilers/iac/parser.ads
Laurent Pautet 1e8cdfa4b4 Implement scoping rules for type names
Reorganize code for declarators, enumerators and case members
(they were mostly not well integrated in the tree in such a way
that some semnatics rules were quite difficult to implement)

Merge identifiers with the other nodes (it was not such a good
idea to make the difference)

Fix bugs in the allocation of node flags in mknodes
Add reference to BNF in nodes.idl

[Imported from Perforce change 6949 at 2006-12-01 20:14:36]

Subversion-branch: /trunk/polyorb
Subversion-revision: 34802
2003-06-11 14:12:42 +00:00

8 lines
99 B
Ada

with Types; use Types;
package Parser is
procedure Process (Root : out Node_Id);
end Parser;