Module ast

Module ast 

Source
Expand description

Tools for generating AST trees.

Re-exports§

pub use meta::AstMeta;
pub use opcode::Opcode;

Modules§

meta
Exposes a data structure for information about AST items.
opcode
Expression opcodes (such as + and -) for Flycatcher’s parser.

Enums§

Ast
A list of possible AST expressions.