1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PHPParser
2011-06-25 17:51:17 +02:00
..
Node fix incorrect usages of old ParseErrorException 2011-06-06 18:59:14 +02:00
PrettyPrinter fix incorrect usages of old ParseErrorException 2011-06-06 18:59:14 +02:00
Autoloader.php Add Autoloader 2011-06-05 18:47:52 +02:00
Error.php Rename PHPParser_ParseErrorException to PHPParser_Error 2011-06-05 18:52:41 +02:00
Lexer.php Associate some line information with nodes (currently the line the node ends in, as the starting line is harder to fetch) 2011-06-12 17:12:47 +02:00
NodeAbstract.php Use ArrayObject for Nodes to abstract away array access implementation details 2011-06-25 17:51:17 +02:00
NodeDumper.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Parser.php Move halt_compiler handling from parser to grammar 2011-06-12 17:19:12 +02:00
ParserDebug.php Move halt_compiler handling from parser to grammar 2011-06-12 17:19:12 +02:00
PrettyPrinterAbstract.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00