Package Information |
Summary |
Parsing and lexing |
Maintainers |
Ben Hanson <
benhanson2 at icqmail dot com >
(contributor)
[details]
Anatol Belski <
ab at php dot net >
(lead)
[details]
|
License |
BSD 2-clause |
Description |
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++. |
Release notes
Version 0.7.1
(beta)
|
- Lexer::restart() is renamed to Lexer::reset, same with RLexer - Added reset() method to parser classes - Improved property handling |
|