0146a411 | 02-Jun-2011 |
nikic <+@ni-po.com> |
Add missing precedence information for UnaryPlus and Minus |
c94b09de | 02-Jun-2011 |
nikic <+@ni-po.com> |
Make sure dnumbers are printed as dnumbers even if they could be printed as ints |
eaffc007 | 02-Jun-2011 |
nikic <+@ni-po.com> |
Fix indentation fix for InlineHTML printing |
74f05f54 | 02-Jun-2011 |
nikic <+@ni-po.com> |
Fix wrong node signature in grammar |
b80f326b | 02-Jun-2011 |
nikic <+@ni-po.com> |
Fix problem with indented strings by introducing PrettyPrinter->pSafe |
352cfde5 | 02-Jun-2011 |
nikic <+@ni-po.com> |
Slightly simplify grammar |
1c4d4761 | 02-Jun-2011 |
nikic <+@ni-po.com> |
Fix parsing of static methods with dynamic method name |
fabe44ec | 01-Jun-2011 |
nikic <+@ni-po.com> |
fix doccomment |
25a5301b | 01-Jun-2011 |
nikic <+@ni-po.com> |
Optimize the NodeDumper (30% drop) |
5e91c622 | 01-Jun-2011 |
nikic <+@ni-po.com> |
Measure time spent in parser, pretty printer and comparison |
cf3afca9 | 31-May-2011 |
nikic <+@ni-po.com> |
Fix formatting of markdown README |
3213cf85 | 31-May-2011 |
nikic <+@ni-po.com> |
Add known issues |
f40f10d6 | 31-May-2011 |
nikic <+@ni-po.com> |
Fix InlineHTML printing |
14a6d2b1 | 31-May-2011 |
nikic <+@ni-po.com> |
Rewrite README |
2fb0206d | 31-May-2011 |
nikic <+@ni-po.com> |
Add missing rules to parser to allow a::${b} |
4e50877e | 31-May-2011 |
nikic <+@ni-po.com> |
Don't check for method existance in pretty printer anymore |
d1f1fb98 | 31-May-2011 |
nikic <+@ni-po.com> |
Add goto support to pretty printer |
4f3260f6 | 31-May-2011 |
nikic <+@ni-po.com> |
Add doccomments and slightly change some APIs |
68a25ce7 | 30-May-2011 |
nikic <+@ni-po.com> |
Fix typo in grammar |
e6b356af | 30-May-2011 |
nikic <+@ni-po.com> |
Fix some pretty printing issues |
8a3074db | 30-May-2011 |
nikic <+@ni-po.com> |
Decouple NodeDumper from NodeAbstract |
22ea3d6a | 30-May-2011 |
nikic <+@ni-po.com> |
Make Node_Scalar instanceof Node_Expr |
9aed651d | 30-May-2011 |
nikic <+@ni-po.com> |
Remove Stmt_Noop |
196d8920 | 30-May-2011 |
nikic <+@ni-po.com> |
Furthre work on PrettyPrinter |
9c865112 | 29-May-2011 |
nikic <+@ni-po.com> |
Fix wrong Node signature for String_Scalar created by T_STRING_VARNAME |