parle 0.6.4

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++.

License: BSD 2-clause

Changes

- Improve Parser::reduceId property handling
- Fixed index range check in Parser::sigil()
- Fixed Stack::top handling for empty stack
- Improved Parser::errorInfo()
- Fixed properties access in all classes exporting properties