php-parser/lib/PHPParser
2011-08-20 16:16:59 +02:00
..
Node Properly parse escape sequences: 2011-08-20 10:40:27 +02:00
Parser Implement the debug parser by extending the normal parser. That way there is no need to repeat all action codes and lookup tables twice. 2011-08-14 15:36:15 +02:00
PrettyPrinter Instantiate a Node_Name for 'static', too. Fix some doc comments. 2011-08-19 17:44:42 +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 Add some more unit tests 2011-07-13 23:07:05 +02:00
NodeAbstract.php Associate last encountered doccomment with next node 2011-07-03 16:35:45 +02:00
NodeDumper.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
NodeTraverser.php Iterate replacement nodes using all visitors apart from the one having made the replacement 2011-08-20 16:16:59 +02:00
NodeVisitorAbstract.php Use classes for visitors 2011-08-09 09:28:58 +02:00
NodeVisitorInterface.php Use classes for visitors 2011-08-09 09:28:58 +02:00
Parser.php Properly parse escape sequences: 2011-08-20 10:40:27 +02:00
PrettyPrinterAbstract.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00