Module ast

Source
Expand description

AST (abstract-syntax-tree) for Jingo, containing the core concepts of infomation structure regarding the compilers internals.

If you want to create this AST, see crate::frontend::parser.