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.6.5
6 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.1
Loading...
PHP 7.0
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.1
Loading...
PHP 7.0
Loading...
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.6.5 change log


- Improved var_dump() output for Parle\Stack
- Parser::trace() will return NULL if called in inappropriate context
- Fixed Lexer functionality while used in Parser
- Lexers always use DOT_NOT_LF | DOT_NOT_CRLF flags by default
- General bugfixes

requires:

  • php >=7.0
  • pearinstaller >=1.4.0