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 616be1d0fc Use emulative lexer for < 5.6RC1
Earlier releases come with incorrect tokenizer data for T_POW and
T_POW_EQUAL.
2014-08-31 16:33:41 +02:00
..
Builder Make autoloader for new names PSR-0 compliant 2014-04-02 09:44:45 +02:00
Comment Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Lexer Use emulative lexer for < 5.6RC1 2014-08-31 16:33:41 +02:00
Node Move Stmt\Namespace_::postprocess() to parser 2014-04-21 12:30:55 +02:00
NodeVisitor Ensure that special class names are unqualified 2014-08-11 22:04:52 +02: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 Make autoloader for new names PSR-0 compliant 2014-04-02 09:44:45 +02: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 Fix classname of Class_ in docblock of BuilderFactory 2014-08-11 20:53:18 +02: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-04-19 22:26:35 +02: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 constant dereferencing, a list-minute 5.6 change 2014-08-31 16:14:36 +02:00
ParserAbstract.php Rewrite namespace handling code 2014-04-21 15:16:00 +02:00
PrettyPrinterAbstract.php Make sure that pretty printer preserves whitespace after <?php 2014-04-21 11:15:33 +02: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