Expand description
Pest-based parser that converts .intent source text into a typed AST.
The grammar is defined in grammar/intent.pest. This module wraps the
generated pest parser and transforms pest Pairs into [ast] nodes.
Structs§
- Intent
Parser - The pest-generated parser. Grammar is loaded at compile time from the workspace-relative path.
- Parse
Error - Parse error with human-readable message and source location.
Enums§
Functions§
- parse_
file - Parse a complete
.intentsource string into an ASTFile.