Skip to main content

Crate intent_parser

Crate intent_parser 

Source

Re-exports§

pub use parser::ParseError;
pub use parser::parse_file;
pub use ast::*;

Modules§

ast
Typed AST for the IntentLang specification language.
parser
Pest-based parser that converts .intent source text into a typed AST.