Commit Graph

260 Commits

Author SHA1 Message Date
z7zmey
e97b018b72 create position builder 2018-01-11 20:19:02 +02:00
z7zmey
a49fdcf8a0 remove position from node package 2018-01-11 19:37:53 +02:00
z7zmey
e814483f37 add comments 2018-01-11 19:34:42 +02:00
z7zmey
068716a66d fix bugs: multibyte chars, null pointer in a list 2018-01-10 14:35:08 +02:00
z7zmey
2078a6cde6 extract positions package 2018-01-09 15:51:32 +02:00
z7zmey
99856ae32f extract comments package 2018-01-09 00:30:28 +02:00
z7zmey
b7b859edaa fix comments pointers 2018-01-08 21:50:39 +02:00
z7zmey
4ecb9edbd8 fix poiner receiver at nodes 2018-01-08 21:32:57 +02:00
z7zmey
855665b565 node constructors return concrete type 2018-01-08 21:18:09 +02:00
z7zmey
065e6ad203 fix comments pointers 2018-01-06 14:04:02 +02:00
vadim
21c0c7c86e handle comments 2018-01-05 17:09:04 +02:00
vadim
c99f15a646 handle node position in file 2018-01-05 13:01:52 +02:00
z7zmey
17bca8d1dc remove unused attributes fields 2018-01-05 00:12:01 +02:00
z7zmey
469db8f9e2 make nodes fields public 2018-01-04 23:26:04 +02:00
z7zmey
02807502d3 remove Attribute SetAttributes methods 2018-01-04 22:09:48 +02:00
z7zmey
dc8808a7d6 constructors return pointer 2018-01-04 20:42:44 +02:00
z7zmey
383a245370 remove name field 2018-01-04 20:29:07 +02:00
vadim
31cc11da0c fluent interface for node SetAttribure 2018-01-02 14:11:08 +02:00
vadim
2051e3a23d handle php doc comments 2018-01-02 13:58:22 +02:00
z7zmey
30187b1db1 handle nodes positions 2017-12-31 20:53:55 +02:00
z7zmey
f2d972582f node position 2017-12-31 13:15:50 +02:00
z7zmey
8edc05c8d5 attributer interface 2017-12-31 11:57:55 +02:00
vadim
cdb405fcc7 add attributes fiald to all nodes 2017-12-29 17:53:13 +02:00
vadim
70a4ef18ab node attributes 2017-12-29 17:20:24 +02:00
vadim
722fa00fa3 walker: leave node event 2017-12-28 13:36:27 +02:00
z7zmey
79d3bb1674 walker 2017-12-28 01:23:32 +02:00
vadim
32a285b437 remove SimpleNode 2017-12-27 19:55:58 +02:00
vadim
e83ab79344 fix class modifiers and boolean types 2017-12-27 16:55:09 +02:00
vadim
b9d686eca1 rename const_list and class_const_list 2017-12-27 16:44:19 +02:00
vadim
06a15be7a2 argument nullable parameter nodes 2017-12-27 16:26:36 +02:00
vadim
9f48ca2968 fix break and foreach nodes 2017-12-22 14:07:38 +02:00
vadim
ae6fe52005 error_suppress node 2017-12-22 13:28:58 +02:00
vadim
ba71b6e7fa modifiers list 2017-12-22 13:20:34 +02:00
vadim
940e551b0e interface extends list 2017-12-22 12:55:49 +02:00
z7zmey
dbe1e56e2e alt_if nodes and refactor lists 2017-12-19 00:55:57 +02:00
z7zmey
2c6664bdc9 assign_ref node 2017-12-18 21:34:11 +02:00
z7zmey
3ec45dc334 yield yield_from nodes 2017-12-18 20:45:18 +02:00
z7zmey
92b9453de7 variable node 2017-12-18 20:35:29 +02:00
z7zmey
ef39b9111e ternanry node 2017-12-18 20:17:32 +02:00
z7zmey
0751859395 static_call node 2017-12-18 20:09:34 +02:00
z7zmey
f0e3206c18 shell_exec node 2017-12-18 20:00:19 +02:00
z7zmey
40a27c6131 property_fetch static_property_fetch nodes 2017-12-18 19:52:41 +02:00
z7zmey
a73b9a9478 print node 2017-12-18 19:03:39 +02:00
z7zmey
b5dc115ff1 post_inc post_dec pre_inc pre_dec nodes 2017-12-18 18:59:17 +02:00
z7zmey
85f7765e79 new node 2017-12-18 18:51:16 +02:00
z7zmey
4fc5d37b48 method_call node 2017-12-18 18:39:04 +02:00
z7zmey
661e8cc551 list short_list short_array nodes and fix array node 2017-12-18 00:49:25 +02:00
z7zmey
6d35bfff65 isset node 2017-12-17 23:21:46 +02:00
z7zmey
aa520300c0 instance_of node 2017-12-17 23:08:17 +02:00
z7zmey
9095d3fef7 function_call node 2017-12-17 23:00:16 +02:00
z7zmey
0609575139 exit node 2017-12-16 23:46:24 +02:00
z7zmey
c6729a06e2 empty eval include include_once require require_once nodes 2017-12-16 23:25:32 +02:00
z7zmey
52638e6654 const_fetch node 2017-12-16 23:07:21 +02:00
z7zmey
2703c00374 closure_use node 2017-12-16 23:02:18 +02:00
z7zmey
84aefef316 closure node 2017-12-16 22:45:05 +02:00
z7zmey
df662aaa01 clone node 2017-12-16 22:17:31 +02:00
z7zmey
cf084b5893 class_const_fetch node 2017-12-16 22:14:26 +02:00
z7zmey
ae759c26c7 unary_plus unary_minus boolean_not bitwise_not nodes 2017-12-16 21:31:47 +02:00
z7zmey
d971494d12 array_item node 2017-12-16 21:08:39 +02:00
z7zmey
9d17cc7477 array and array_dim_fetch nodes 2017-12-16 20:19:17 +02:00
z7zmey
d7a593ef3b expr assign binary and cast nodes 2017-12-12 23:26:00 +02:00
vadim
ddf72d4b4f use_list node 2017-12-09 13:50:01 +02:00
vadim
b424e82812 use node 2017-12-09 13:41:08 +02:00
vadim
04ad158f78 while node 2017-12-09 13:21:35 +02:00
vadim
e224a582fa unset node 2017-12-09 13:18:38 +02:00
vadim
1efa7ff5ee trait_method_ref node 2017-12-09 13:13:12 +02:00
vadim
20232dd30c trait_use_precedence node 2017-12-09 13:05:12 +02:00
vadim
f4a0a56b14 trait_use_alias node 2017-12-09 12:58:35 +02:00
vadim
ef11d0ab38 trait_use node 2017-12-09 12:27:01 +02:00
vadim
d33afa9b38 trait node 2017-12-09 12:11:56 +02:00
vadim
1b0f341c97 switch node 2017-12-09 11:59:53 +02:00
vadim
120db3332b static_var node 2017-12-09 11:49:26 +02:00
vadim
8cb363d5aa static node 2017-12-08 17:26:18 +02:00
vadim
5fe3c4071d return node 2017-12-08 17:19:33 +02:00
vadim
ed49675a35 property_list property nodes 2017-12-08 17:08:22 +02:00
vadim
20626ef69b nop node 2017-12-08 16:54:44 +02:00
vadim
32b05a653b namespace node 2017-12-08 12:16:04 +02:00
vadim
92688ac8d2 label node 2017-12-08 12:01:52 +02:00
vadim
c25748d7db interface node 2017-12-08 11:57:25 +02:00
vadim
02ce2bec9a inline_html node 2017-12-08 11:42:50 +02:00
vadim
8cab46a1b4 halt_compiler node 2017-12-08 11:37:55 +02:00
z7zmey
514630174f group_use node 2017-12-07 22:36:53 +02:00
vadim
d266fce399 goto node 2017-12-07 18:51:40 +02:00
vadim
9e73d2b162 golbal node 2017-12-07 18:45:45 +02:00
vadim
280ca04b50 function node 2017-12-07 18:39:34 +02:00
vadim
4394c3997d foreach node 2017-12-07 18:27:56 +02:00
vadim
93a46477ed for node 2017-12-07 18:15:48 +02:00
vadim
21e158284f expression node 2017-12-07 12:44:04 +02:00
vadim
36709bdfae class_method node 2017-12-07 12:34:39 +02:00
vadim
25b8add282 stmt_list node 2017-12-07 11:46:25 +02:00
vadim
bb188f0637 fix declare do if else else_if nodes 2017-12-07 11:35:45 +02:00
z7zmey
9608147c51 if elseif else nodes 2017-12-07 00:53:03 +02:00
z7zmey
1bc9802382 echo node 2017-12-06 23:10:16 +02:00
z7zmey
a00a2d7e62 do node 2017-12-06 23:03:29 +02:00
z7zmey
c8487b5847 continue node 2017-12-06 22:55:08 +02:00
vadim
ea2494b9b8 constant and declare nodes 2017-12-06 20:52:51 +02:00
vadim
3a5590d7bc class const node 2017-12-06 19:58:12 +02:00
vadim
01f7e3fe63 fix node lists 2017-12-06 16:25:20 +02:00
vadim
24dfe3f734 reformat node.go 2017-12-06 16:00:51 +02:00
vadim
60d8874a6f class node 2017-12-06 15:55:43 +02:00
vadim
2d168cd2e2 variable node, allow nil finally 2017-12-06 15:04:44 +02:00
vadim
6fd73af4a1 nodes try catch finally 2017-12-06 14:47:17 +02:00
vadim
059275b3bf catch node 2017-12-06 14:30:45 +02:00
vadim
de066981b7 case and default nodes 2017-12-06 14:15:32 +02:00
vadim
88fb95a784 break node 2017-12-06 13:31:57 +02:00
z7zmey
829326f8f7 name nodes 2017-12-05 23:36:28 +02:00
z7zmey
347cb09386 constant nodes 2017-12-05 00:02:24 +02:00
z7zmey
e7ba0ca435 change SimpleNode 2017-12-04 23:24:12 +02:00
z7zmey
1c1926516e string nodes 2017-12-03 23:29:17 +02:00
z7zmey
4da2844ea8 add node and token namespaces 2017-12-03 20:49:18 +02:00