2e195d7c | 21-Apr-2014 |
nikic |
Make sure that pretty printer preserves whitespace after <?php |
947a8972 | 20-Apr-2014 |
nikic |
Make names in the parser more descriptive And improve the code a tad bit in general. I left YY2TBLSTATES and YYNLSTATES around, because I don't fully understand their role in th
Make names in the parser more descriptive And improve the code a tad bit in general. I left YY2TBLSTATES and YYNLSTATES around, because I don't fully understand their role in the action double indexing.
show more ...
|
1edbc897 | 19-Apr-2014 |
nikic |
Use normal properties instead of static ones |
0faa844a | 19-Apr-2014 |
nikic |
Separate parser code from generated data |
3db3ad7d | 19-Apr-2014 |
nikic |
Add experimental php-parse script Script supporting dumping, pretty printing, serializing and resolving names. Intended to help exploring and debugging the node tree. |
4743e9b0 | 19-Apr-2014 |
nikic |
Update constant scalar expression support |
84996960 | 19-Apr-2014 |
nikic |
Add note about prettyPrintFile() to docs |
e4e56511 | 19-Apr-2014 |
nikic |
Merge branch '0.9'
|
5960ecfc | 19-Apr-2014 |
nikic |
Disable xdebug.scream while lexing |
c341ab2e | 02-Apr-2014 |
Nikita Popov |
Make autoloader for new names PSR-0 compliant |
c62ffedf | 27-Mar-2014 |
nikic |
Require file only if file exists Allows usage of class_exists() on undefined classes. |
Revision tags: v1.0.0beta1 |
|
a6d46c17 | 27-Mar-2014 |
nikic |
Release PHP-Parser 1.0.0 Beta 1 |
fa96086a | 27-Mar-2014 |
nikic |
Update changelog |
4c06b091 | 27-Mar-2014 |
nikic |
Merge branch '0.9' Conflicts: lib/PhpParser/Template.php lib/PhpParser/TemplateLoader.php
|
8429157a | 27-Mar-2014 |
nikic |
Deprecate templating functionality Other projects cover this a lot better. |
2605b831 | 12-Feb-2014 |
Martin Hasoň |
Added support for autoload $prepend |
91f68807 | 27-Mar-2014 |
nikic |
Improve pretty printing of empty statement lists The pStmts() method now also includes the leading \n, however only if the statement list is non-empty. |
b3332184 | 26-Mar-2014 |
nikic |
Minor cleanups to emulative lexer Be consistent about version numbers. We'll only emulate until beta1 of a release, as that's the feature freeze release. |
1cb6e140 | 26-Mar-2014 |
nikic |
Fix ** emulation wrt comments |
a5e0bbcb | 26-Mar-2014 |
nikic |
Support use function/const in name resolver |
3b7829b0 | 26-Mar-2014 |
nikic |
Add support for function and constant import (PHP 5.6) |
bea89a0b | 26-Mar-2014 |
nikic |
Add support for constant scalar expressions (PHP 5.6) |
cda6f575 | 26-Mar-2014 |
nikic |
Add support for pow operator (PHP 5.6) |
b5bcfa11 | 26-Mar-2014 |
nikic |
Add support for argument unpacking (PHP 5.6) |
96f1151a | 26-Mar-2014 |
nikic |
Add support for variadic parameters (PHP 5.6) |