Expand description
Glyph Parser
A Python-like parser optimized for LLM generation with excellent error recovery.
Re-exports§
pub use parser::parse_glyph;pub use parser::Parser;pub use ast::*;
Modules§
- ast
- Abstract Syntax Tree definitions for Glyph
- indent_
tracker - Track indentation in Python-like code
- lexer
- Lexical analyzer for Glyph
- parser
- Parser implementation for Glyph