1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/lib/PhpParser
Nikita Popov fc36239be5 Remove internal LNumber::parse() method
Combine it into ::fromString(), as they both do the same checks.
2016-03-10 13:01:42 +01:00
..
Builder Doc comment tweaks 2016-02-20 17:06:09 +01:00
Comment
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Remove internal LNumber::parse() method 2016-03-10 13:01:42 +01:00
NodeVisitor Switch NameResolver resolve methods to be immutable 2015-07-12 23:56:57 +02:00
Parser Move "kind" attribute handling out of lexer 2016-03-10 12:55:15 +01:00
PrettyPrinter Add kind attribute for arrays 2016-03-09 21:31:54 +01:00
Serializer
Unserializer
Autoloader.php Drop support for PHP 7 aliases 2015-05-02 22:21:12 +02:00
Builder.php
BuilderAbstract.php
BuilderFactory.php
Comment.php
Error.php Add column info to EOF errors 2015-04-27 15:37:41 +02:00
Lexer.php Move "kind" attribute handling out of lexer 2016-03-10 12:55:15 +01:00
Node.php
NodeAbstract.php Drop {@inheritDoc} 2015-06-12 20:37:43 +02:00
NodeDumper.php Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
NodeTraverser.php Disable cloning in traverser by default 2015-07-14 17:39:56 +02:00
NodeTraverserInterface.php
NodeVisitor.php
NodeVisitorAbstract.php
Parser.php Fix issue #227 2015-09-19 22:05:23 +08:00
ParserAbstract.php Merge branch '1.x' 2016-01-15 22:02:35 +01:00
ParserFactory.php Various docs fixes 2015-07-14 21:11:54 +02:00
PrettyPrinterAbstract.php Add kind attribute for arrays 2016-03-09 21:31:54 +01:00
Serializer.php
Unserializer.php