Description
Efficient parser-building utilities help applications analyze structured text with reusable parsing primitives. They are useful for browsers, tools, and libraries that need predictable handling of syntax and streams.
This is a developer library, not a parser generator interface. Applications still define the grammar, error handling, and safety limits for untrusted input.