1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PhpParser
nikic 4c06b0919a Merge branch '0.9'
Conflicts:
	lib/PhpParser/Template.php
	lib/PhpParser/TemplateLoader.php
2014-03-27 12:53:24 +01:00
..
Builder Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Comment Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Lexer Minor cleanups to emulative lexer 2014-03-27 00:01:39 +01:00
Node Add support for function and constant import (PHP 5.6) 2014-03-26 22:33:45 +01:00
NodeVisitor Support use function/const in name resolver 2014-03-26 23:28:32 +01:00
PrettyPrinter Improve pretty printing of empty statement lists 2014-03-27 12:31:21 +01:00
Serializer Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Unserializer Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Autoloader.php Added support for autoload $prepend 2014-03-27 12:39:30 +01:00
Builder.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BuilderAbstract.php Fix a number of other typos 2014-02-12 17:47:34 +01:00
BuilderFactory.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Comment.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Error.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Lexer.php Merge branch '0.9' 2014-02-12 20:23:12 +01:00
Node.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeAbstract.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeDumper.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeTraverser.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeTraverserInterface.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeVisitor.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeVisitorAbstract.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Parser.php Add support for function and constant import (PHP 5.6) 2014-03-26 22:33:45 +01:00
PrettyPrinterAbstract.php Improve pretty printing of empty statement lists 2014-03-27 12:31:21 +01:00
Serializer.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Template.php Merge branch '0.9' 2014-03-27 12:53:24 +01:00
TemplateLoader.php Merge branch '0.9' 2014-03-27 12:53:24 +01:00
Unserializer.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00