.. |
Builder
|
Adjust code for constitent var mode
|
2017-01-19 23:32:49 +01:00 |
Comment
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
ErrorHandler
|
Introduce ErrorHandler
|
2016-10-16 22:12:46 +02:00 |
Lexer
|
Comment out code for handling new keywords
|
2017-01-19 20:58:45 +01:00 |
Node
|
Fix issues reported by psalm
|
2017-01-23 01:06:46 +01:00 |
NodeVisitor
|
Fix issues reported by psalm
|
2017-01-23 01:06:46 +01:00 |
Parser
|
Drop useNopStatements option
|
2017-01-20 22:29:41 +01:00 |
PrettyPrinter
|
Don't include whitespace directly in catch/finally print
|
2017-01-21 21:25:48 +01:00 |
Serializer
|
Cleanup imports
|
2016-11-23 22:58:18 +01:00 |
Unserializer
|
Cleanup imports
|
2016-11-23 22:58:18 +01:00 |
Autoloader.php
|
Make autoloader more PSR-4 (#268)
|
2016-04-15 15:07:30 +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 issues reported by psalm
|
2017-01-23 01:06:46 +01:00 |
BuilderFactory.php
|
Drop support for PHP 5.5
|
2017-01-19 20:55:08 +01:00 |
Comment.php
|
Implement JsonSerializable for Nodes and Comments
|
2016-07-25 20:59:09 +02:00 |
Error.php
|
Graceful handling for "special" errors
|
2016-10-09 12:38:18 +02:00 |
ErrorHandler.php
|
Introduce ErrorHandler
|
2016-10-16 22:12:46 +02:00 |
Lexer.php
|
Cleanup imports
|
2016-11-23 22:58:18 +01:00 |
Node.php
|
Add setDocComment() to Node interface
|
2016-10-21 23:26:51 +02:00 |
NodeAbstract.php
|
Add first shot at format preserving pretty printer
|
2016-12-26 18:28:49 +01:00 |
NodeDumper.php
|
Add support for dumping positions in NodeDumper
|
2016-11-23 22:25:17 +01:00 |
NodeTraverser.php
|
Move constants into NodeTraverser class
|
2016-10-16 22:13:09 +02:00 |
NodeTraverserInterface.php
|
Move constants into NodeTraverser class
|
2016-10-16 22:13:09 +02:00 |
NodeVisitor.php
|
Update NodeVisitor doc comments
|
2017-01-25 23:28:44 +01:00 |
NodeVisitorAbstract.php
|
Fix issues reported by psalm
|
2017-01-23 01:06:46 +01:00 |
Parser.php
|
Update doc comments to be more specific
|
2017-01-19 22:49:18 +01:00 |
ParserAbstract.php
|
Drop attribute poisoning in parser
|
2017-01-23 01:13:34 +01:00 |
ParserFactory.php
|
Various docs fixes
|
2015-07-14 21:11:54 +02:00 |
PrettyPrinterAbstract.php
|
Support insertion of nullable nodes
|
2017-01-21 21:20:42 +01:00 |
Serializer.php
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
Unserializer.php
|
Strict type compliance
|
2015-03-24 11:19:17 +01:00 |