Commit Graph

195 Commits

Author SHA1 Message Date
z7zmey
944a343f0f php5: save all comments 2018-06-07 02:25:27 +03:00
z7zmey
58597aae21 #28 fix race conditions 2018-06-06 19:47:28 +03:00
z7zmey
6ccca996a8 changing ClosureUse node purpose
Now ClosureUse is a container node for variable and reference nodes
2018-06-03 12:38:58 +03:00
z7zmey
ec0ef26bd6 create expr.Reference node
[wip] create expr.Reference node

[wip] create expr.Reference node

[wip] create expr.Reference node

fix
2018-06-03 11:35:14 +03:00
z7zmey
ac74ae3225 create ClassExtends ClassImplements InterfaceExtends nodes 2018-06-03 10:50:37 +03:00
z7zmey
cf4fb26764 remove boolWithToken type 2018-06-03 10:19:46 +03:00
z7zmey
e93874f644 remove altSintaxNode type 2018-06-03 09:47:26 +03:00
z7zmey
a488f43496 remove nodesWithEndToken type 2018-06-03 09:35:44 +03:00
z7zmey
2abe1dfb84 create Root node 2018-06-02 18:57:30 +03:00
z7zmey
d1b0cebf9a create CaseList node 2018-06-02 17:40:47 +03:00
z7zmey
f8d9d6d7c2 create TraitAdaptationList node 2018-06-02 17:12:24 +03:00
z7zmey
8fc4c60bfe create ArgumentList node 2018-05-30 00:14:24 +03:00
z7zmey
b383fe98fe create token name constants in comment package 2018-05-27 22:15:27 +03:00
z7zmey
e396f81eea php7: save all comments 2018-05-27 18:07:26 +03:00
z7zmey
a28fd2e8ec rename lastToken to currentToken 2018-04-15 23:04:24 +03:00
z7zmey
435dc5c706 scanner.NewToken returns pointer, and scanner.Token saves position as position.Position 2018-04-15 22:59:06 +03:00
z7zmey
bc15825663 rename PositionBuilder 2018-04-15 22:06:02 +03:00
z7zmey
56127a4a2c move Positions and Comments into parser package 2018-04-15 22:02:07 +03:00
z7zmey
781a55659b save comment position 2018-04-15 21:39:26 +03:00
z7zmey
c2f938e55c merge DocComment and PlainComment 2018-04-15 15:55:33 +03:00
z7zmey
e65ace8984 merge token package into scanner package 2018-04-15 14:47:40 +03:00
z7zmey
316ed6e851 issue #8: cli - parse concurrently 2018-04-10 20:23:25 +03:00
z7zmey
0cf164c11c issue #8: update Parser constructor 2018-04-10 16:19:47 +03:00
z7zmey
6f7834eb6b issue #8: update tests 2018-04-10 15:23:13 +03:00
z7zmey
343896d019 issue #8: php5 and php7 package refactoring 2018-04-10 01:03:20 +03:00
z7zmey
6ff2beafa3 update tests 2018-04-09 23:26:44 +03:00
z7zmey
83a1400a4f error tolerant parsing 2018-04-09 23:08:29 +03:00
z7zmey
9ea1f05f90 add Heredoc node 2018-04-05 13:55:01 +03:00
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
643027db9a trim $ from variable name identifier 2018-03-18 16:50:19 +02:00
z7zmey
7a0e5fc758 update package comments 2018-02-20 20:22:15 +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
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
f107e8bb57 add php5 and php7 benchmark 2018-02-18 14:25:20 +02:00
z7zmey
e2e9ebc8eb php5 test coverage 2018-02-14 21:21:32 +02:00
z7zmey
30b6533864 php5 test coverage 2018-02-14 21:16:11 +02:00
z7zmey
75f952ad03 php5 test coverage 2018-02-14 17:28:20 +02:00
z7zmey
d40cdc5426 php5 test coverage 2018-02-14 16:23:10 +02:00
z7zmey
6d714725bd php5 test coverage 2018-02-14 12:30:41 +02:00
z7zmey
4cac863d8f php5 test coverage 2018-02-14 12:14:08 +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
a6fb7fc8a9 php5 test coverage 2018-02-13 14:58:10 +02:00
z7zmey
5faf9769cf php5 test coverage 2018-02-13 13:38:57 +02:00
z7zmey
0c3b75de8d php5 test coverage 2018-02-13 13:15:28 +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
f0411890e6 php5 parser test 2018-02-11 00:11:56 +02:00
z7zmey
1e356ee7e4 Yield YieldFrom tests 2018-02-10 15:08:54 +02:00
z7zmey
322acdcda4 List tests 2018-02-10 13:25:08 +02:00
z7zmey
afb83c0bde ConstantFetch tests 2018-02-10 11:46:18 +02:00
z7zmey
f1be64b918 Array ArrayDimFetch tests 2018-02-10 11:07:20 +02:00
z7zmey
d79f18f315 expr visitor tests 2018-02-10 02:02:54 +02:00
z7zmey
31b81540f3 TraitUse tests 2018-02-09 14:48:10 +02:00
z7zmey
8f40777c96 Foreach tests 2018-02-09 00:02:12 +02:00
z7zmey
c112d1dcf0 If tests 2018-02-08 23:31:38 +02:00
z7zmey
1ef722b4bb ClassConstList tests 2018-02-08 19:52:22 +02:00
z7zmey
0dac524c62 add php5 tests 2018-02-08 12:48:38 +02:00
z7zmey
d7d17326b6 stmt visitor tests 2018-02-06 19:11:47 +02:00
z7zmey
f546db54b6 cmd: add php5 flag 2018-02-06 12:39:42 +02:00
z7zmey
025413d2a0 php5 syntax 2018-02-04 20:55:45 +02:00
z7zmey
fbe20bbbb6 php5 syntax 2018-02-04 19:37:27 +02:00
z7zmey
b1c1bb6dc6 php5 syntax 2018-02-04 18:51:44 +02:00
z7zmey
1f448dade7 php5 syntax 2018-02-04 00:37:43 +02:00
z7zmey
1ffa0fce5f php5 syntax 2018-02-04 00:09:37 +02:00
z7zmey
1d4e52ebc5 php5 syntax 2018-02-03 20:13:11 +02:00
z7zmey
f1908571dd php5 syntax 2018-02-03 19:33:22 +02:00
z7zmey
ccfa3988be php5 syntax 2018-02-03 15:24:00 +02:00
z7zmey
7b8c30d9ee php5 syntax 2018-02-03 14:41:34 +02:00
z7zmey
9cbf4de42e php5 syntax 2018-02-03 14:29:23 +02:00
z7zmey
4225f07358 php5 syntax 2018-02-03 12:09:02 +02:00
z7zmey
79a9bf3282 php5 syntax 2018-02-02 15:01:03 +02:00
z7zmey
b4cdb8f8d7 php5 syntax 2018-02-02 14:36:57 +02:00
z7zmey
c662e0c20e php5 syntax 2018-02-01 20:40:04 +02:00
z7zmey
c80f0b8fa0 php5 syntax 2018-02-01 16:07:18 +02:00
z7zmey
799cd1d5ce php5 syntax 2018-02-01 12:35:43 +02:00
z7zmey
58d606e3c2 php5 syntax 2018-02-01 12:04:17 +02:00
z7zmey
fde1601b62 php5 syntax 2018-01-31 12:55:50 +02:00
z7zmey
fc2c38b16e php5 syntax 2018-01-31 12:29:38 +02:00
z7zmey
39913bd6d1 php5 syntax 2018-01-29 21:12:12 +02:00
z7zmey
af9a7e54ed php5 syntax 2018-01-29 16:43:23 +02:00
z7zmey
59d644ec9a php5 syntax 2018-01-29 16:37:09 +02:00
z7zmey
4794d3e213 php5 syntax 2018-01-29 16:22:04 +02:00
z7zmey
70c091d323 fix token consts 2018-01-29 16:11:45 +02:00
z7zmey
9fad8f790f prepare php5 bnf 2018-01-27 12:33:13 +02:00
z7zmey
e1993b7b5c prepare php5 parser files 2018-01-26 15:24:56 +02:00