ASTTags are the symbols that allows to distinguish between different kinds of
syntactic constructions in the AST representing a Gobstones program.
This interface organize those symbols according to their syntactic category, for grouping
purposes, and easy access.
There are four (4) main elements (Main, Definitions, Statements, and Expressions),
and an additional one (Parts) to group parts of other constructions.
ASTTags are the symbols that allows to distinguish between different kinds of syntactic constructions in the AST representing a Gobstones program. This interface organize those symbols according to their syntactic category, for grouping purposes, and easy access. There are four (4) main elements (
Main
,Definitions
,Statements
, andExpressions
), and an additional one (Parts
) to group parts of other constructions.