Crate glyph_parser

Crate glyph_parser 

Source
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

Enums§

ParseError

Type Aliases§

ParseResult