35 #ifndef __ARMOISE_TREE_H__
36 # define __ARMOISE_TREE_H__
53 ARMOISE_TREE_DEFINITION,
54 ARMOISE_TREE_ID_TUPLE,
55 ARMOISE_TREE_PREDICATE_TUPLE,
56 ARMOISE_TREE_PREDICATE,
57 ARMOISE_TREE_PREDICATE_CONTEXT,
59 ARMOISE_TREE_DIFFERENCE,
61 ARMOISE_TREE_INTERSECTION,
62 ARMOISE_TREE_COMPLEMENT,
69 ARMOISE_TREE_LIST_ELEMENT,
70 ARMOISE_TREE_CARTESIAN_PRODUCT,
73 ARMOISE_TREE_ENUMERATED_SET,
92 ARMOISE_TREE_NATURALS,
93 ARMOISE_TREE_INTEGERS,
94 ARMOISE_TREE_POSITIVES,
99 ARMOISE_TREE_IDENTIFIER,
107 # define armoise_tree_print(t) armoise_tree_log (CCL_LOG_DISPLAY, t)
Structure encoding of a parse-tree node.
ccl_parse_tree armoise_tree
The data-structure encoding the syntactic tree of the ARMOISE language.
enum ccl_log_type_enum ccl_log_type
Enum that indicates which kind of message has to be displayed. Each kind of message can be displayed ...