Skip to main content

Crate ling_ast

Crate ling_ast 

Source
Expand description

Ling Abstract Syntax Tree

Re-exports§

pub use ast::Expr;
pub use ast::Item;
pub use ast::Program;
pub use span::Span;

Modules§

ast
Ling abstract syntax tree node types.
span
Source span — byte-offset range within a source file.