Description
Provides Erlang parsing and lexical analysis tools. Developers use these tools to define grammars, tokenize input, and build parsers for languages, configuration formats, or protocol data.
Use it when an Erlang project needs parser generation or language-processing support. It is a developer component and usually appears as part of a build or code-generation workflow.