Commit Graph

20 Commits

Author SHA1 Message Date
Vadym Slizov b1e9f5e167 [refactoring] update ast structure of "ExprMethodCall" and "ExprPropertyFetch" nodes 2020-12-03 21:42:16 +02:00
Vadym Slizov 9b122de8bf [refactoring] update ast structure of "Eval", "Exit", "FunctionCall", "Include" and "IncludeOnce" nodes 2020-12-01 11:58:09 +02:00
Vadym Slizov 47b974a3a4 [refactoring] update ast structure of "array" and "list" nodes 2020-11-30 23:42:56 +02:00
Vadym Slizov 4c54c56af5 [refactoring] update ast structure of "ClassExtends", "ClassImplements", "InterfaceExtends", "StmtTraitUse" and "StmtTraitUsePrecedence" nodes 2020-11-22 13:02:36 +02:00
Vadym Slizov e78f0dc650 [refactoring] update ast structure of "Declare" and "ConstList" nodes 2020-09-14 19:25:38 +03:00
Vadym Slizov 69bc0af2be [refactoring] update ast structure of "Foreach" node 2020-09-14 18:36:55 +03:00
Vadym Slizov f6cb2bff4d [refactoring] update ast structure of "Switch", "Case", "Default" nodes; remove "CaseList" node 2020-09-06 12:49:08 +03:00
Vadym Slizov 0e73cd8852 [refactoring] update ast structure of "For" node 2020-09-04 11:37:17 +03:00
Vadym Slizov 3b85f5e82b [refactoring] update ast structure of "While" node 2020-09-04 10:33:47 +03:00
Vadym Slizov 6976388a82 [refactoring] update ast structure of "If", "ElseIf", "Else" nodes 2020-09-03 22:18:06 +03:00
Vadym Slizov c63213630a [refactoring] update ast structure of "Constant" nodes 2020-08-24 23:28:44 +03:00
Vadym Slizov c1b3e6f5b2 [refactoring] update ast structure of "name" nodes 2020-08-24 14:20:20 +03:00
Vadym Slizov 767187ff85 [refactoring] update ast structure for "Use" and "GroupUse" nodes 2020-08-22 17:00:22 +03:00
Vadym Slizov fd5d891037 [refactoring] add Parser nodes for use 2020-08-09 00:56:21 +02:00
Vadym Slizov feebb017c4 [refactoring] update use ast structure 2020-08-03 21:22:53 +02:00
Vadym Slizov ce18c23597 [refactoring] parameters: new node structure 2020-07-05 22:47:46 +03:00
Vadym Slizov b5e29fc9f5 [refactoring] fix dfs traverser 2020-07-05 18:27:34 +03:00
Vadym Slizov f4c15f4671 [refactoring] fix tests 2020-05-17 23:16:01 +03:00
Vadym Slizov 12086ef6b6 refactor cmd 2020-05-14 19:12:06 +03:00
Vadym Slizov 10e2a3f3f7 New AST structure 2020-05-10 08:17:24 +03:00