Description
Marpa parsing support helps applications build parsers for complex grammars using the Marpa algorithm family. It is useful for language tools, data format readers, and projects that need robust grammar-driven parsing.
This is a parser engine library, not a complete compiler or interpreter. Projects must define grammars, validation rules, and error handling around it.