Open KoulSlou opened 5 years ago
I think this package is too bugged (examples, at least, they are broken). If you want to rebuild exactly PhpParser, better clone https://github.com/nikic/PHP-Parser/tree/master/grammar, that one should work fine (rebuildParsers.php).
If I want to see how code in
examples
is working, what Lexer class should I use?I tried to run 00-basic-usage example with Lexer from
nikic/php-parser
, but I keep getting this error: