nikic
|
ae46aeda7f
|
Don't save whether a string is binary anymore. The binary flag isn't going to be used in the next couple of years, so it doesn't make sense to unnecessarily complicate things.
|
2011-08-09 14:19:44 +02:00 |
|
nikic
|
197b8e6967
|
Don't save quote type for strings anymore (as it is irrelevant for script execution)
|
2011-08-09 14:12:15 +02:00 |
|
nikic
|
2c68d1c09e
|
Update testsuite
|
2011-08-09 12:42:12 +02:00 |
|
nikic
|
962c4dc0f0
|
Add some more unit tests
|
2011-07-13 23:07:05 +02:00 |
|
nikic
|
cc80385aae
|
Fix incorrect line number extraction
|
2011-07-13 13:27:14 +02:00 |
|
nikic
|
a6f97681f6
|
Start adding Unit test (PHPUnit)
|
2011-07-13 13:03:37 +02:00 |
|
nikic
|
b24d0e2dc4
|
Rename PHPParser_ParseErrorException to PHPParser_Error
|
2011-06-05 18:52:41 +02:00 |
|
nikic
|
83a2077f0e
|
Add Autoloader
|
2011-06-05 18:47:52 +02:00 |
|
nikic
|
620525a5da
|
Prefix all classes with PHPParser_
|
2011-06-05 18:40:04 +02:00 |
|
nikic
|
d82bbb3bea
|
Throw ParseErrorException on error instead of error callback
As long as the parser isn't reentrant having an error callback doesn't really make sense and only complicates everything.
|
2011-06-03 17:44:23 +02:00 |
|
nikic
|
b80f326b6a
|
Fix problem with indented strings by introducing PrettyPrinter->pSafe
|
2011-06-02 22:52:24 +02:00 |
|
nikic
|
fabe44ecb1
|
fix doccomment
|
2011-06-02 11:39:33 +02:00 |
|
nikic
|
5e91c622cc
|
Measure time spent in parser, pretty printer and comparison
|
2011-06-01 20:00:52 +02:00 |
|
nikic
|
3213cf85cb
|
Add known issues
|
2011-05-31 18:33:38 +02:00 |
|
nikic
|
2fb0206deb
|
Add missing rules to parser to allow a::${b}
|
2011-05-31 17:28:22 +02:00 |
|
nikic
|
4f3260f670
|
Add doccomments and slightly change some APIs
|
2011-05-31 16:33:11 +02:00 |
|
nikic
|
e6b356af45
|
Fix some pretty printing issues
|
2011-05-30 22:11:11 +02:00 |
|
nikic
|
8a3074db38
|
Decouple NodeDumper from NodeAbstract
|
2011-05-30 19:21:25 +02:00 |
|
nikic
|
22ea3d6a70
|
Make Node_Scalar instanceof Node_Expr
|
2011-05-30 18:01:38 +02:00 |
|
nikic
|
43b41e382f
|
Further work on PrettyPrinter
|
2011-05-29 21:06:43 +02:00 |
|
nikic
|
489f8c8b56
|
Fix some prettyprinting issues
|
2011-05-29 20:38:36 +02:00 |
|
nikic
|
15e268cd8b
|
Parse escape sequences in encapsed strings too
|
2011-05-29 20:06:53 +02:00 |
|
nikic
|
3c13dce680
|
Further work on PrettyPrinter. Add possibility to test PrettyPrinter correctness
|
2011-05-29 17:33:03 +02:00 |
|