php-parser/lib/PHPParser
nikic f66a672dd0 Start refactoring parser skeleton
The yacc parser skeleton with all those odd $yy short names is quite
non-obvious. This commits starts to refactor it a bit, to use more
obvious names and logic.
2012-05-04 10:16:49 +02:00
..
Builder Add function builder 2012-03-11 09:02:52 +01:00
Lexer Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
Node Add method builder 2012-03-10 23:25:26 +01:00
NodeVisitor fixes a bug were line number were lost 2012-05-03 23:58:47 -05:00
PrettyPrinter [5.4] Add direct dereferencing of new expression 2011-11-21 18:43:35 +01:00
Serializer Make Serializer_XML::_serialize protected 2012-04-19 00:25:13 +02:00
Unserializer Fix XML unserializer 2012-04-04 14:06:08 +02:00
Autoloader.php Cover errors (and fix errors for namespace names) 2011-11-27 12:58:20 +01:00
Builder.php Add class builder 2012-03-10 17:56:56 +01:00
BuilderAbstract.php Add ability to specify arrays as default values 2012-03-11 08:53:04 +01:00
BuilderFactory.php Add function builder 2012-03-11 09:02:52 +01:00
Error.php Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
Lexer.php Start refactoring parser skeleton 2012-05-04 10:16:49 +02:00
Node.php Add tests for node attributes 2012-04-19 00:22:31 +02:00
NodeAbstract.php Add tests for node attributes 2012-04-19 00:22:31 +02:00
NodeDumper.php Add PHPParser_Node interface 2011-09-21 21:43:19 +02:00
NodeTraverser.php Remove unused variable 2012-03-03 17:01:28 +01:00
NodeVisitor.php Don't use references in NodeTraverser 2011-09-24 23:39:05 +02:00
NodeVisitorAbstract.php Cover, fix and cleanup XML unserializer 2011-12-03 15:15:20 +01:00
Parser.php Start refactoring parser skeleton 2012-05-04 10:16:49 +02:00
PrettyPrinterAbstract.php Rename Expr_List to Expr_AssignList 2011-10-16 14:49:13 +02:00
Serializer.php Add XML serialization and unserialization support 2011-11-06 17:07:38 +01:00
Template.php Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
TemplateLoader.php Add a filesystem template loader. 2012-04-03 23:52:00 +02:00
Unserializer.php Add XML serialization and unserialization support 2011-11-06 17:07:38 +01:00