Commit Graph
100 Commits
Author SHA1 Message Date
z7zmey 06c986db5a update doc.go 2018-02-20 19:36:14 +02:00
z7zmey 43fe661731 update doc.go 2018-02-20 19:33:03 +02:00
z7zmey 3c726379c2 add doc.go 2018-02-20 19:20:32 +02:00
Slizov VadimandGitHub 8420ab93ec Update README.md 2018-02-19 14:36:06 +02:00
Slizov VadimandGitHub a7070e2cf1 Update README.md 2018-02-19 14:34:49 +02:00
z7zmey ac6432b6c9 fmt scanner/lexer.go 2018-02-19 13:36:12 +02:00
z7zmey ae3f612879 Add simple comments to scanner exported methods 2018-02-19 13:34:44 +02:00
z7zmey aee54762aa Add simple comments to scanner exported methods 2018-02-19 13:33:51 +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 757f57c223 update README.md 2018-02-19 11:44:52 +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 33bd13c538 positions tests 2018-02-18 13:51:03 +02:00
z7zmey e6e40484d1 token test 2018-02-18 12:55:32 +02:00
z7zmey ca6ee77850 scanner test 2018-02-17 18:50:09 +02:00
z7zmey 21ad25c581 scanner test 2018-02-17 18:25:57 +02:00
z7zmey b2d35d353d scanner test 2018-02-17 12:53:10 +02:00
z7zmey 55316625e8 php7 test coverage 2018-02-17 00:00:46 +02:00
z7zmey a9d06733bc php7 test coverage 2018-02-16 18:11:53 +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 6fbcde6847 php7 parser test 2018-02-10 18:28:15 +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
z7zmey d3d1cb9be5 ErrorSupress tests 2018-02-10 11:52:17 +02:00
z7zmey ecbdcec67a Empty tests 2018-02-10 11:49:46 +02:00
z7zmey afb83c0bde ConstantFetch tests 2018-02-10 11:46:18 +02:00
z7zmey 4c64183e0c Add Clusure ReturnType test 2018-02-10 11:32:04 +02:00
z7zmey 3ae13a3f04 Clusure ClosureUse tests 2018-02-10 11:27:20 +02:00
z7zmey 2707cce7a7 clone tests 2018-02-10 11:16:44 +02:00
z7zmey 30071cc320 ClassConstFetch tests 2018-02-10 11:15:27 +02:00
z7zmey 44148abc18 BitwiseNot BooleanNot tests 2018-02-10 11:10:35 +02:00
z7zmey f1be64b918 Array ArrayDimFetch tests 2018-02-10 11:07:20 +02:00
z7zmey eb78ca8b3a fix node/stmt/t_for_test.go 2018-02-10 02:12:22 +02:00
z7zmey d79f18f315 expr visitor tests 2018-02-10 02:02:54 +02:00
z7zmey d301afb65c assign_op tests 2018-02-10 01:21:54 +02:00
z7zmey 9dbc898d7f refactor binary_op nodes 2018-02-10 01:02:50 +02:00
z7zmey 03cffcc98b binary_op tests 2018-02-09 20:25:38 +02:00
z7zmey 7ae4dbb081 refactor cast package 2018-02-09 19:50:20 +02:00
z7zmey 6fdebcbcb3 Cast tests 2018-02-09 19:44:17 +02:00
z7zmey 31b81540f3 TraitUse tests 2018-02-09 14:48:10 +02:00
z7zmey 2f0480f8d6 Trait tests 2018-02-09 14:19:26 +02:00
z7zmey f668e34f4e Unset tests 2018-02-09 14:15:08 +02:00
z7zmey c0e0512194 update stmt visitor test 2018-02-09 14:11:08 +02:00
z7zmey 8b6f570de0 Throw tests 2018-02-09 14:08:34 +02:00
z7zmey 4baceddc98 Static StaticVar tests 2018-02-09 14:04:42 +02:00
z7zmey ff0651a102 Return tests 2018-02-09 13:59:19 +02:00
z7zmey 76d23a199c PropertiesList Property tests 2018-02-09 13:55:02 +02:00
z7zmey ea421b414b Namespace tests 2018-02-09 13:46:05 +02:00
z7zmey 1801a10036 Interface tests 2018-02-09 12:50:46 +02:00
z7zmey bdedb84f7c InlinHtml tests 2018-02-09 12:46:16 +02:00
z7zmey cdbafcbf9e HaltCompiler tests 2018-02-09 12:41:55 +02:00
z7zmey 591c6a4f03 Use UseList GroupUseList tests 2018-02-09 12:36:31 +02:00
z7zmey 57061bb982 Goto Label tests 2018-02-09 12:05:11 +02:00
z7zmey 53bc2fd390 Global tests 2018-02-09 12:00:41 +02:00
z7zmey 93e60c95a6 Function tests 2018-02-09 11:56:49 +02:00
z7zmey 8f40777c96 Foreach tests 2018-02-09 00:02:12 +02:00
z7zmey 92b600775f For tests 2018-02-08 23:44:21 +02:00
z7zmey 19c5a381bf Expression test 2018-02-08 23:34:07 +02:00