TaPAS
0.2
|
Syntactic tree for the Armoise language. More...
Go to the source code of this file.
Typedefs | |
typedef ccl_parse_tree | armoise_tree |
The data-structure encoding the syntactic tree of the ARMOISE language. More... | |
Syntactic tree for the Armoise language.
This file presents essentially the identifiers used to label the ccl_parse_tree encoding an ARMOISE syntactic tree.
Definition in file armoise-tree.h.
typedef ccl_parse_tree armoise_tree |
The data-structure encoding the syntactic tree of the ARMOISE language.
Internal fields are freely accessible to the client code. Have a look to the ccl_parse_tree data structure for a documentation on nodes.
Definition at line 50 of file armoise-tree.h.