Commit Graph

955 Commits

Author SHA1 Message Date
Vadym Slizov
ddb9f3b985
[refactoring] update ast structure of parameter "Variadic" and "Reference" nodes 2020-11-20 22:17:13 +02:00
Vadym Slizov
43ace92875
[refactoring] update ast structure of "Nullable" 2020-11-20 22:07:58 +02:00
Vadym Slizov
bf3ae74d56
[refactoring] update ast structure of "Identifier" 2020-11-20 22:02:36 +02:00
Vadym Slizov
94aa9cf829 [refactoring] update ast structure of "Goto" and "Label" nodes 2020-09-17 16:49:54 +03:00
Vadym Slizov
48aaa7cc47 [refactoring] update ast structure of "Throw" node 2020-09-17 16:37:34 +03:00
Vadym Slizov
80aa328386 [refactoring] update ast structure of "Try", "Catch" and "Finally" nodes 2020-09-14 20:15:50 +03:00
Vadym Slizov
33af1df9c4 [refactoring] update ast structure of "Nop" node 2020-09-14 19:34:02 +03: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
62fc16da97 [refactoring] update ast structure of "Unset" node 2020-09-14 17:19:17 +03:00
Vadym Slizov
8b4d65ac4d [refactoring] update ast structure of "InlinHtml" node 2020-09-14 16:36:01 +03:00
Vadym Slizov
7678303cb9 [refactoring] update ast structure of "Echo" node 2020-09-10 23:11:08 +03:00
Vadym Slizov
3f12ada311 [refactoring] update ast structure of "Static", "Global" and "StaticVar" nodes 2020-09-09 22:56:04 +03:00
Vadym Slizov
59ef622082 [refactoring] update ast structure of "Return" node 2020-09-06 13:09:00 +03:00
Vadym Slizov
e817f8dd8d [refactoring] update ast structure of "Break", "Continue" nodes 2020-09-06 13:02:13 +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
c274c4f92f [refactoring] update ast structure of "Do" node 2020-09-04 10:53:07 +03:00
Vadym Slizov
3b85f5e82b [refactoring] update ast structure of "While" node 2020-09-04 10:33:47 +03:00
Vadym Slizov
0cd26d7f4b
Merge pull request #116 from quasilyte/quasilyte/fix/pretty_printer_array_item_unpack
printer: handle array item unpack in pretty printer
2020-09-03 22:21:20 +03:00
Vadym Slizov
6976388a82 [refactoring] update ast structure of "If", "ElseIf", "Else" nodes 2020-09-03 22:18:06 +03:00
Vadym Slizov
954208510e [refactoring] update ast structure of "StmtList" nodes 2020-09-02 22:58:19 +03:00
Iskander Sharipov
f8bd680ca0 printer: handle array item unpack in pretty printer
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
2020-09-01 19:07:40 +03:00
Vadym Slizov
c63213630a [refactoring] update ast structure of "Constant" nodes 2020-08-24 23:28:44 +03:00
Vadym Slizov
0285900fe5 [refactoring] update ast structure of "HaltCompiler" node 2020-08-24 21:41:06 +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
97747c5ac0 [refactoring] remove scanner token 2020-08-17 20:39:10 +03:00
Vadym Slizov
394092269a [refactoring] store expr parenthesis 2020-08-09 22:40:55 +02:00
Vadym Slizov
b8b4439015 [refactoring] store alt_if node brackets 2020-08-09 14:41:56 +02:00
Vadym Slizov
4aae540aad [refactoring] store argument list parenthesis 2020-08-09 01:37:09 +02:00
Vadym Slizov
fd5d891037 [refactoring] add Parser nodes for use 2020-08-09 00:56:21 +02:00
Vadym Slizov
45464654c6 [refactoring] store halt_compiler tokens 2020-08-03 23:22:08 +02:00
Vadym Slizov
a70e34d726 [refactoring] remove unused token positions 2020-08-03 22:52:12 +02:00
Vadym Slizov
b7d32b07bf [refactoring] store colon as free-floating token 2020-08-03 22:42:21 +02:00
Vadym Slizov
48e0996a92 [refactoring] do not inherit free-floating tokens in name nodes 2020-08-03 22:39:02 +02:00
Vadym Slizov
feebb017c4 [refactoring] update use ast structure 2020-08-03 21:22:53 +02:00
Vadym Slizov
88dfd32d9e Merge branch 'master' into refactoring 2020-07-29 22:23:44 +02:00
Vadym Slizov
cbf185c8f4
Merge pull request #115 from z7zmey/feature-110
[#105] fix counting newlines in strings
2020-07-26 19:15:21 +02:00
Vadym Slizov
3ce3188e41 [#105] fix counting newlines in strings 2020-07-26 18:56:32 +02:00
Vadym Slizov
17d7cec2fa
Merge pull request #114 from z7zmey/feature-110
[#110] fix json dumper
2020-07-26 16:11:08 +02:00
Vadym Slizov
eb3114b7c5 [#110] fix json dumper 2020-07-26 16:07:43 +02:00
Vadym Slizov
db09dd443f
Merge pull request #109 from azhai/hotfix/override-root-stmts
Do not override Stmts in printNodeRoot()
2020-07-26 14:57:08 +02:00
Vadym Slizov
234d258436
Merge pull request #113 from z7zmey/feature-111
[#111] cover by a unit test a property type name resolving
2020-07-26 14:43:40 +02:00
Vadym Slizov
004946bc71 [#111] cover by a unit test a property type name resolving 2020-07-26 14:40:03 +02:00
Vadym Slizov
70e5fa4db5
Merge pull request #112 from tylerchr/nsr-typed-properties
#111 NamespaceResolver: Resolve PHP 7.4 class property types
2020-07-26 14:39:12 +02:00
Tyler Christensen
34acec744b #111 NamespaceResolver: Resolve PHP 7.4 class property types 2020-07-13 12:34:35 -06:00
Ryan Liu
b1266584ac Do not override Stmts in printNodeRoot() 2020-07-10 15:50:09 +08: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