🚀LL(k) and LR/LALR EnginesGenerate top-down LL(k) recursive-descent or bottom-up LR/LALR recursive-ascent parsers from a single grammar.
⚡Scannerless ParsingParse directly from character streams to ASTs without a separate tokenization phase. Merges lexical and syntactic analysis.
🛠️Native Zig CodeEmits clean, dependency-free Zig source code that integrates into standard build.zig pipelines.