Commit Graph

185 Commits

Author SHA1 Message Date
vadim
7ee3f616f8 improve Makefile allow call make run PHPFILE=/path/to/php/file/to/parse 2018-01-05 13:17:59 +02:00
vadim
c99f15a646 handle node position in file 2018-01-05 13:01:52 +02:00
Slizov Vadim
dac789d601
Update README.md 2018-01-05 11:53:00 +02:00
z7zmey
f1f181b367 update README.md 2018-01-05 00:35:11 +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
z7zmey
e8655c5f4c add comment struct 2018-01-03 00:12:28 +02:00
vadim
bbf9b0cc09 update README.md 2018-01-02 14:54:23 +02:00
Slizov Vadim
8b2ed2b2f1
Merge pull request #1 from z7zmey/add-license-1
Create LICENSE
2018-01-02 14:38:14 +02:00
Slizov Vadim
387aba5182
Create LICENSE 2018-01-02 14:37:19 +02:00
Slizov Vadim
4a031af691
Create README.md 2018-01-02 14:34:26 +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
6bc2b20c90 rm example.php 2017-12-29 17:54:42 +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
84887c66c3 remove SimpleNodes and handle num strings in encaps_var_offset 2017-12-27 15:53:46 +02:00
vadim
1d36f39509 remove .vscode from git 2017-12-22 14:13: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
d235a58abc class implements list 2017-12-22 12:58:37 +02:00
vadim
940e551b0e interface extends list 2017-12-22 12:55:49 +02:00
vadim
16e83cee21 fix class_method node 2017-12-20 19:54:38 +02:00
z7zmey
dbe1e56e2e alt_if nodes and refactor lists 2017-12-19 00:55:57 +02:00
z7zmey
5b54987ddc ctor_arguments argument_list returns []node.Node 2017-12-18 21:43:53 +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