z7zmey
|
47c51ea022
|
rename AssignRef to Reference
|
2018-04-05 12:03:32 +03:00 |
|
z7zmey
|
d19b16e161
|
remove Cast prefix from node names
|
2018-04-05 11:59:29 +03:00 |
|
z7zmey
|
148cf59e9d
|
issue #2 - fix single line comment
fix handling end of file
add handling php close tag
|
2018-03-30 17:46:04 +03:00 |
|
z7zmey
|
d31819db30
|
issue #2 - deny numbers and slashes in first char in variable name
|
2018-03-30 14:28:50 +03:00 |
|
z7zmey
|
07f02e4497
|
issue #2 - fix template string scanning
now it correctly check first char of variable
|
2018-03-30 12:23:18 +03:00 |
|
z7zmey
|
83bb761062
|
issue #2 - fix template string scanning
`l.Prev.Rune` is actually current rune and `c` is next rune.
|
2018-03-29 16:46:21 +03:00 |
|
z7zmey
|
c84c8b2106
|
remove debug.test
|
2018-03-18 22:36:14 +02:00 |
|
z7zmey
|
643027db9a
|
trim $ from variable name identifier
|
2018-03-18 16:50:19 +02:00 |
|
z7zmey
|
25798f6445
|
Names interface
|
2018-02-27 15:34:43 +02:00 |
|
z7zmey
|
e3ed427fac
|
rename Walker to Walkable interface
|
2018-02-20 19:52:07 +02:00 |
|
z7zmey
|
9b674c2c12
|
Add simple comments to exported methods
|
2018-02-19 13:24:56 +02:00 |
|
z7zmey
|
4dda4fe7af
|
remove underscore from package names
|
2018-02-19 13:12:09 +02:00 |
|
z7zmey
|
014b0576d6
|
fix Makefile, run gofmt on the all go files
|
2018-02-19 13:00:58 +02:00 |
|
z7zmey
|
e75a625528
|
split Switch and AltSwitch nodes
|
2018-02-18 20:39:41 +02:00 |
|
z7zmey
|
d0296f78e3
|
split Foreach and AltForeach nodes
|
2018-02-18 20:29:33 +02:00 |
|
z7zmey
|
3836a86a47
|
split For and AltFor nodes
|
2018-02-18 19:57:54 +02:00 |
|
z7zmey
|
d498ea9863
|
slit While and AltWhile
|
2018-02-18 19:44:17 +02:00 |
|
z7zmey
|
1c6633e47d
|
split Exit and Die nodes
|
2018-02-18 19:09:18 +02:00 |
|
z7zmey
|
30b6533864
|
php5 test coverage
|
2018-02-14 21:16:11 +02:00 |
|
z7zmey
|
6d714725bd
|
php5 test coverage
|
2018-02-14 12:30:41 +02:00 |
|
z7zmey
|
b13d520387
|
php5 test coverage
|
2018-02-13 19:38:37 +02:00 |
|
z7zmey
|
0a34643856
|
php5 test coverage
|
2018-02-13 17:42:00 +02:00 |
|
z7zmey
|
5faf9769cf
|
php5 test coverage
|
2018-02-13 13:38:57 +02:00 |
|
z7zmey
|
edc2513433
|
php5 test coverage
|
2018-02-13 12:33:21 +02:00 |
|
z7zmey
|
172f46d0f7
|
php5 test coverage
|
2018-02-13 12:16:53 +02:00 |
|
z7zmey
|
b5e6d263f3
|
php5 test coverage
|
2018-02-12 23:10:53 +02:00 |
|
z7zmey
|
98b1698db7
|
php5 test coverage
|
2018-02-12 16:37:13 +02:00 |
|
z7zmey
|
bf90803ef3
|
fix parsing php5 parameters
|
2018-02-12 12:09:56 +02:00 |
|
z7zmey
|
1e356ee7e4
|
Yield YieldFrom tests
|
2018-02-10 15:08:54 +02:00 |
|
z7zmey
|
6343404ac5
|
Variable tests
|
2018-02-10 14:53:48 +02:00 |
|
z7zmey
|
84fabfac96
|
UnaryMinus UnaryPlus tests
|
2018-02-10 14:50:18 +02:00 |
|
z7zmey
|
d848606c80
|
ternary tests
|
2018-02-10 14:48:15 +02:00 |
|
z7zmey
|
be266a44a8
|
StaticPropertyFetch tests
|
2018-02-10 14:41:28 +02:00 |
|
z7zmey
|
e7ee9a9703
|
StaticCall tests
|
2018-02-10 14:36:19 +02:00 |
|
z7zmey
|
0efba8456f
|
ShortList tests
|
2018-02-10 14:32:03 +02:00 |
|
z7zmey
|
f8e83c2b53
|
ShortArray tests
|
2018-02-10 14:21:47 +02:00 |
|
z7zmey
|
398645631f
|
ShallExec tests
|
2018-02-10 14:19:50 +02:00 |
|
z7zmey
|
2745cf4c26
|
PropertyFetch tests
|
2018-02-10 13:49:14 +02:00 |
|
z7zmey
|
3b0c08a698
|
Print tests
|
2018-02-10 13:44:53 +02:00 |
|
z7zmey
|
647207e97b
|
PostDec PostInc PreDec PreInc tests
|
2018-02-10 13:43:52 +02:00 |
|
z7zmey
|
8e254dd886
|
New tests
|
2018-02-10 13:42:59 +02:00 |
|
z7zmey
|
da3e532636
|
MethodCall tests
|
2018-02-10 13:31:48 +02:00 |
|
z7zmey
|
322acdcda4
|
List tests
|
2018-02-10 13:25:08 +02:00 |
|
z7zmey
|
9b2650c906
|
Isset tests
|
2018-02-10 13:10:21 +02:00 |
|
z7zmey
|
b7607f82df
|
InstanceOf tests
|
2018-02-10 13:06:45 +02:00 |
|
z7zmey
|
ffe0ba79bb
|
Include IncludeOnce Require RequireOnce tests
|
2018-02-10 13:01:14 +02:00 |
|
z7zmey
|
95fe0cc119
|
FunctionCall tests
|
2018-02-10 12:05:41 +02:00 |
|
z7zmey
|
3dbab3b2a7
|
update Clone tests
|
2018-02-10 11:58:41 +02:00 |
|
z7zmey
|
572c9e1d79
|
Exit tests
|
2018-02-10 11:57:45 +02:00 |
|
z7zmey
|
e00dc20336
|
Eval tests
|
2018-02-10 11:53:13 +02:00 |
|