nikic
|
0c0515c7de
|
Replace /e modifier with callback + eval()
As this also fixes the overescaping issue, some stuff in the tests can be written more nicely now.
|
2012-03-02 00:28:46 +01:00 |
|
nikic
|
c5c7aa5125
|
Add initial version of an emulative lexer
The emulative lexer allows lexing of PHP 5.4 on PHP 5.3 and PHP 5.2.
|
2011-12-18 17:03:11 +01:00 |
|
nikic
|
8c2bf0373c
|
Some more test improvements (+ fixes)
|
2011-11-27 21:50:19 +01:00 |
|
nikic
|
6ef6e1dab3
|
Cover errors (and fix errors for namespace names)
|
2011-11-27 12:58:20 +01:00 |
|
nikic
|
21dc9b32f4
|
Add test coverage for all nodes
|
2011-11-27 11:20:35 +01:00 |
|
nikic
|
03a0449b1a
|
Add tests for other scalar types
|
2011-11-26 17:10:18 +01:00 |
|
nikic
|
933bebb9b8
|
Fix parsing of special int syntaxes
Also add the means to test code parsing.
|
2011-11-26 16:09:39 +01:00 |
|