parle

pecl install parle

Parsing and lexing

With Parle, it is possible to implement lexing and parsing in PHP while relying on features and principles of the parser/lexer generator tools for C/C++.

Maintainer

  • Anatoliy Belsky (lead )
  • Ben Hanson (contributor )

Details

Stars: 76
Issue openned: 2
Downloads: 52082
0.8.5
1 year ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 0.8.5 change log


- Implement Parser::readBison() (Ben Hanson)
- Parser::dump() and Lexer::dump() are supported in UTF-32 mode (Ben Hanson)
- Parser::dump() and Lexer::dump() use PHP streams (Ben Hanson)
- Update the bundled parsertl/lexertl libraries (Ben Hanson)
- Fix Windows build (Ben Hanson)

requires:

  • php >=7.4
  • pearinstaller >=1.4.0