nikic
|
933bebb9b8
|
Fix parsing of special int syntaxes
Also add the means to test code parsing.
|
2011-11-26 16:09:39 +01:00 |
|
nikic
|
6ecae86981
|
[5.4] Add support for traits
|
2011-10-30 12:03:29 +01:00 |
|
nikic
|
92f793001b
|
Fix some readme + doccomment typos
|
2011-09-28 16:26:51 +02:00 |
|
nikic
|
17a81b5c8f
|
Properly parse escape sequences:
* Add support for oct and hex escape sequences
* Take used quote type into account when parsing encapsed strings
|
2011-08-20 10:40:27 +02:00 |
|
nikic
|
f67ff50550
|
Give all Scalar nodes and the special nodes Name and Variable specialized constructors for easier use
|
2011-08-09 15:07:05 +02:00 |
|
nikic
|
800bb9d94a
|
Remove unused files
|
2011-08-09 14:24:26 +02:00 |
|
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
|
033f5c81a0
|
Add missing #line hint for strings
|
2011-06-28 14:16:10 +02:00 |
|
nikic
|
620525a5da
|
Prefix all classes with PHPParser_
|
2011-06-05 18:40:04 +02:00 |
|