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.4
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.4 change log


- Update the bundled parsertl/lexertl libraries (Ben Hanson)
- If the grammar ambiquity is detected, parser will now throw an exception
- Configure option --enable-parle-utf32 can be passed during pecl install (Michele Locati)
- Implemented Parser::sigilCount() (Ben Hanson)
- Implement Parser::sigilName() (Ben Hanson)

requires:

  • php >=7.4
  • pearinstaller >=1.4.0