Commit Graph
70 Commits
Author SHA1 Message Date
z7zmey 8edc05c8d5 attributer interface 2017-12-31 11:57:55 +02:00
z7zmey 79d3bb1674 walker 2017-12-28 01:23:32 +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
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 3c6e40fbeb exit node: handle upper case die 2017-12-17 22:48:18 +02:00
z7zmey 3bbac39c9c make lexer case insensitive 2017-12-17 22:42:40 +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
z7zmey 514630174f group_use node 2017-12-07 22:36:53 +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
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
z7zmey 71949dbcd2 php token type 2017-12-03 18:36:34 +02:00
z7zmey c23b899f55 handle new lines 2017-12-03 09:22:12 +02:00
z7zmey e7579c4e05 parse opent echo tag 2017-12-01 18:40:00 +02:00
z7zmey 880749fbda parse files 2017-12-01 18:04:31 +02:00
z7zmey e41b97a09d fix inline comment 2017-12-01 17:55:44 +02:00
z7zmey 3bf37a6785 parse constant and string 2017-11-30 01:25:07 +02:00
z7zmey 1bcc2b3a44 parse class method 2017-11-30 00:07:15 +02:00
z7zmey 57dc0c2d2b parse identifier value 2017-11-29 23:53:45 +02:00
z7zmey 0c91b7e0cb parse method use stmt 2017-11-29 23:43:39 +02:00
z7zmey a6cef6d7c3 parse class constant 2017-11-29 22:56:37 +02:00
z7zmey aa1c9b9257 parse InlineHtml 2017-11-29 00:35:21 +02:00
z7zmey ed0771f7a0 parse Global StaticVariables Echo stmt 2017-11-28 23:20:08 +02:00
z7zmey 01087d8da3 parse Break Continue Return stmt 2017-11-28 22:47:44 +02:00
z7zmey 3e5af9828a parse Switch stmt 2017-11-28 22:36:21 +02:00
z7zmey f4f82a371f parse For stmt 2017-11-28 22:17:11 +02:00
z7zmey 6a15c6990a parse While DoWhile stmt 2017-11-28 22:04:57 +02:00
z7zmey bd731b28d5 parse AltIf stmt 2017-11-28 21:56:09 +02:00
z7zmey 668a6ed287 parse if stmt 2017-11-28 21:47:12 +02:00
z7zmey 73ac4b6039 parse ns types 2017-11-28 01:09:44 +02:00
z7zmey b9ad178652 parse func declaration and class declaration 2017-11-28 00:37:17 +02:00
z7zmey b84c35f413 parse namespace 2017-11-24 03:36:58 +02:00
z7zmey c284df2e8c add T_COALESCE 2017-11-24 00:20:13 +02:00
z7zmey bd35abbc9c add requier and include tokens 2017-11-21 00:48:09 +02:00
z7zmey 841e92a8bd full lex double quoted strings 2017-11-16 00:05:55 +02:00
z7zmey 13791b083f manual lex constant string 2017-11-13 23:55:09 +02:00
z7zmey 78670ba71e tmp 2017-11-13 09:48:57 +02:00
z7zmey a30949861d lex string template 2017-11-12 13:13:31 +02:00
z7zmey 599def1384 first commit 2017-11-11 18:15:00 +02:00