TaPAS  0.2
Typedefs
armoise-tree.h File Reference

Syntactic tree for the Armoise language. More...

#include <ccl/ccl-log.h>
#include <ccl/ccl-parse-tree.h>

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...
 

Detailed Description

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 Documentation

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.