Compiles to flat JavaScript
Add the bundler plugin and your combinator trees are evaluated at build time and replaced with inline functions. The macro'd import disappears entirely — the compiled grammar carries no parseman import.
Macro mode
Write parsers as TypeScript functions. Ship them like hand-written parsers. Same grammar interpreted in tests, macro-compiled in production. No grammar files, no generated output to check in.
