Description
Perl projects can generate object-oriented LALR parser modules from grammar definitions. This is useful for compilers, converters, configuration readers, and tools that need predictable grammar-based parsing.
It is a developer library. Generated parsers should be tested with invalid and large inputs, especially when parsing files supplied by users or remote systems.