ASTTags are the symbols that allows to distinguish between different kinds of
syntactic constructions in the AST representing a Gobstones program.
This const define the actual symbols for the four (4) main elements (Main,
Definitions, Statements, and Expressions), and the additional one (Parts).
ASTTags are the symbols that allows to distinguish between different kinds of syntactic constructions in the AST representing a Gobstones program. This const define the actual symbols for the four (4) main elements (
Main
,Definitions
,Statements
, andExpressions
), and the additional one (Parts
).