Description
Lexers and parsers can be built in PHP through a dedicated extension. It is a developer library for tokenizing and parsing custom languages, formats, or DSLs from PHP code. Applications consume it as part of compilers, analyzers, or validation tools.