Commit Graph

  • 03c7979ccd
    refactoring: remove StmtTraitAdaptationList node Vadym Slizov 2020-12-20 23:04:23 +0200
  • 74b0949255
    refactoring: test variable formatter Vadym Slizov 2020-12-20 22:11:16 +0200
  • eda7ae1c87
    refactoring: update scanner tests Vadym Slizov 2020-12-20 14:39:37 +0200
  • 286dd50319
    refactoring: update position builder tests Vadym Slizov 2020-12-20 14:34:09 +0200
  • 90aca88c2f
    refactoring: update php5 tests Vadym Slizov 2020-12-20 14:26:26 +0200
  • fd984fea8f
    refactoring: update php7 tests Vadym Slizov 2020-12-20 11:38:13 +0200
  • 7b8b1ce7b9
    refactoring: update formatter Vadym Slizov 2020-12-20 01:28:47 +0200
  • 6941f0f51b
    [refactoring] rename dumper Vadym Slizov 2020-12-12 12:09:39 +0200
  • c32f5bd29b
    [refactoring] remove Alt flags Vadym Slizov 2020-12-11 17:34:29 +0200
  • 5291529a37
    [refactoring] fix typo Vadym Slizov 2020-12-11 17:29:22 +0200
  • 45ded326d0
    [refactoring] remove ParserSeparatedList from visitor Vadym Slizov 2020-12-11 17:17:13 +0200
  • 632146f98e
    [refactoring] update dumper Vadym Slizov 2020-12-11 13:28:16 +0200
  • 60433615a9
    [refactoring] fix namespaceResolver tests Vadym Slizov 2020-12-11 10:05:02 +0200
  • 497e7f82ee
    [refactoring] update printer Vadym Slizov 2020-12-11 09:54:26 +0200
  • f3a605aba1
    [refactoring] update position builder Vadym Slizov 2020-12-08 02:08:59 +0200
  • 8064d940f0
    [refactoring] update Token structure Vadym Slizov 2020-12-08 01:23:48 +0200
  • 20a42da7c9
    [refactoring] remove general Node struct Vadym Slizov 2020-12-08 00:04:12 +0200
  • f6f86bf99b
    refactoring: fix panic when missed arguments list Vadym Slizov 2020-12-04 22:38:26 +0200
  • dfe8982121
    refactoring: fix panic when missed arguments list Vadym Slizov 2020-12-04 22:37:06 +0200
  • 997f7bc6e4
    refactoring: fix panic when empty return type Vadym Slizov 2020-12-04 22:13:12 +0200
  • 40b944a272
    [refactoring] update ast structure of "ClassConstList", "Constant", "Use", "GroupUse", "UseDeclaration", "Closure", "Name", "FullyQualified", "Relative" and "NamePart" nodes Vadym Slizov 2020-12-04 14:38:47 +0200
  • 94897d8c66
    [refactoring] remove *FreeFloating* functions Vadym Slizov 2020-12-04 13:10:12 +0200
  • af968a7c3b
    [refactoring] update "ParserBrackets" nodes Vadym Slizov 2020-12-04 12:58:56 +0200
  • ea3c5298e2
    [refactoring] update ast structure of "For", "TraitUseAlias" and "TraitUsePrecedence" nodes Vadym Slizov 2020-12-04 12:49:13 +0200
  • 132db0e06b
    [refactoring] update ast structure of "ClassMethod", "Function", "ArrowFunction" and "Closure" nodes Vadym Slizov 2020-12-04 12:22:06 +0200
  • f3203c0b5f
    [refactoring] update ast structure of "Parameter", "Class", "FunctionCall", "MethodCall", "New" and "StaticCall" nodes Vadym Slizov 2020-12-04 11:36:12 +0200
  • df1626b7dc
    [refactoring] update ast structure of "Root" and "Class" nodes Vadym Slizov 2020-12-04 11:02:38 +0200
  • d19b3f609e
    [refactoring] update ast structure of "Assign" and "Binary" nodes Vadym Slizov 2020-12-04 10:40:48 +0200
  • 5a6418e853
    [refactoring] update ast structure of "Yield", "YieldFrom" and "Cast" nodes Vadym Slizov 2020-12-04 09:42:45 +0200
  • 01d695c416
    [refactoring] update ast structure of "ArrayDimFetch", "UnaryMinus", "ExprUnaryPlus" and "Variable" nodes Vadym Slizov 2020-12-04 00:13:28 +0200
  • 13436b88a7
    [refactoring] update ast structure of "ShellExec", "StaticCall", "StaticPropertyFetch" and "Ternary" nodes Vadym Slizov 2020-12-03 22:41:08 +0200
  • 592c9b9aff
    [refactoring] update ast structure of "Print", "Reference", "Require" and "RequireOnce" nodes Vadym Slizov 2020-12-03 22:20:50 +0200
  • 45e959056b
    [refactoring] update ast structure of "PostDec", "PostInc", "PreDec", "PreInc" and "New" nodes Vadym Slizov 2020-12-03 22:04:59 +0200
  • b1e9f5e167
    [refactoring] update ast structure of "ExprMethodCall" and "ExprPropertyFetch" nodes Vadym Slizov 2020-12-03 21:42:16 +0200
  • b5ef30eb36
    [refactoring] update ast structure of "InstanceOf" and "Isset" nodes Vadym Slizov 2020-12-01 12:16:46 +0200
  • 9b122de8bf
    [refactoring] update ast structure of "Eval", "Exit", "FunctionCall", "Include" and "IncludeOnce" nodes Vadym Slizov 2020-12-01 11:58:09 +0200
  • 2d240e9475
    [refactoring] update ast structure of "ClosureUse", "ConstFetch", "Empty" and "ErrorSuppress" nodes Vadym Slizov 2020-12-01 11:12:56 +0200
  • b90400d993
    [refactoring] update ast structure of "BitwiseNot", "BooleanNot", "ClassConstFetch" and "Clone" nodes Vadym Slizov 2020-12-01 09:51:47 +0200
  • 4b8d431767
    [refactoring] update ast structure of "ArrayDimFetch" and "ArrayItem" nodes Vadym Slizov 2020-12-01 00:42:45 +0200
  • 47b974a3a4
    [refactoring] update ast structure of "array" and "list" nodes Vadym Slizov 2020-11-30 23:42:56 +0200
  • 43f6fab862
    [refactoring] update ast structure of "StmtPropertyList", "StmtTraitAdaptationList", "StmtTraitMethodRef" and "StmtTraitUseAlias" nodes Vadym Slizov 2020-11-29 21:50:33 +0200
  • 5bd63d90ba
    [refactoring] update ast structure of "StmtExpression", "StmtInterface" and "StmtProperty" nodes Vadym Slizov 2020-11-22 18:54:13 +0200
  • 2d6ae3a9a2
    [refactoring] update ast structure of "ClassMethod", "Function", "ArrowFunction" and "Closure" nodes Vadym Slizov 2020-11-22 14:26:24 +0200
  • 4c54c56af5
    [refactoring] update ast structure of "ClassExtends", "ClassImplements", "InterfaceExtends", "StmtTraitUse" and "StmtTraitUsePrecedence" nodes Vadym Slizov 2020-11-22 13:02:36 +0200
  • fe2e097d8f
    [refactoring] update ast structure of "Class" and "Trait" nodes Vadym Slizov 2020-11-22 02:03:39 +0200
  • 3bda40e8ce
    [refactoring] update ast structure of "MagicConstant" and "String" nodes Vadym Slizov 2020-11-20 23:53:58 +0200
  • e6a23dfa3a
    [refactoring] update ast structure of "Encapsed", "EncapsedStringPart" and "Heredoc" nodes Vadym Slizov 2020-11-20 23:36:45 +0200
  • e3ad9747f4
    [refactoring] update ast structure of "Lnumber" and "Dnumber" nodes Vadym Slizov 2020-11-20 23:08:30 +0200
  • 7e2965f53b
    [refactoring] update ast structure of "Argument" and "ArgumentList" nodes Vadym Slizov 2020-11-20 22:57:27 +0200
  • 73d819eb6c
    [refactoring] update ast structure of parameter "Parameter" node Vadym Slizov 2020-11-20 22:25:37 +0200
  • ddb9f3b985
    [refactoring] update ast structure of parameter "Variadic" and "Reference" nodes Vadym Slizov 2020-11-20 22:14:26 +0200
  • 43ace92875
    [refactoring] update ast structure of "Nullable" Vadym Slizov 2020-11-20 22:07:58 +0200
  • bf3ae74d56
    [refactoring] update ast structure of "Identifier" Vadym Slizov 2020-11-20 22:02:36 +0200
  • 94aa9cf829 [refactoring] update ast structure of "Goto" and "Label" nodes Vadym Slizov 2020-09-17 16:49:54 +0300
  • 48aaa7cc47 [refactoring] update ast structure of "Throw" node Vadym Slizov 2020-09-17 16:37:34 +0300
  • 80aa328386 [refactoring] update ast structure of "Try", "Catch" and "Finally" nodes Vadym Slizov 2020-09-14 20:15:50 +0300
  • 33af1df9c4 [refactoring] update ast structure of "Nop" node Vadym Slizov 2020-09-14 19:34:02 +0300
  • e78f0dc650 [refactoring] update ast structure of "Declare" and "ConstList" nodes Vadym Slizov 2020-09-14 19:25:38 +0300
  • 69bc0af2be [refactoring] update ast structure of "Foreach" node Vadym Slizov 2020-09-14 18:36:55 +0300
  • 62fc16da97 [refactoring] update ast structure of "Unset" node Vadym Slizov 2020-09-14 17:19:17 +0300
  • 8b4d65ac4d [refactoring] update ast structure of "InlinHtml" node Vadym Slizov 2020-09-14 16:36:01 +0300
  • 7678303cb9 [refactoring] update ast structure of "Echo" node Vadym Slizov 2020-09-10 23:11:08 +0300
  • 3f12ada311 [refactoring] update ast structure of "Static", "Global" and "StaticVar" nodes Vadym Slizov 2020-09-09 22:53:51 +0300
  • 59ef622082 [refactoring] update ast structure of "Return" node Vadym Slizov 2020-09-06 13:09:00 +0300
  • e817f8dd8d [refactoring] update ast structure of "Break", "Continue" nodes Vadym Slizov 2020-09-06 13:02:13 +0300
  • f6cb2bff4d [refactoring] update ast structure of "Switch", "Case", "Default" nodes; remove "CaseList" node Vadym Slizov 2020-09-06 12:45:08 +0300
  • 0e73cd8852 [refactoring] update ast structure of "For" node Vadym Slizov 2020-09-04 11:37:17 +0300
  • c274c4f92f [refactoring] update ast structure of "Do" node Vadym Slizov 2020-09-04 10:53:07 +0300
  • 3b85f5e82b [refactoring] update ast structure of "While" node Vadym Slizov 2020-09-04 10:33:47 +0300
  • 0cd26d7f4b
    Merge pull request #116 from quasilyte/quasilyte/fix/pretty_printer_array_item_unpack Vadym Slizov 2020-09-03 22:21:20 +0300
  • 6976388a82 [refactoring] update ast structure of "If", "ElseIf", "Else" nodes Vadym Slizov 2020-09-03 22:18:06 +0300
  • 954208510e [refactoring] update ast structure of "StmtList" nodes Vadym Slizov 2020-09-02 22:58:19 +0300
  • f8bd680ca0 printer: handle array item unpack in pretty printer Iskander Sharipov 2020-09-01 19:07:40 +0300
  • c63213630a [refactoring] update ast structure of "Constant" nodes Vadym Slizov 2020-08-24 23:28:44 +0300
  • 0285900fe5 [refactoring] update ast structure of "HaltCompiler" node Vadym Slizov 2020-08-24 21:41:06 +0300
  • c1b3e6f5b2 [refactoring] update ast structure of "name" nodes Vadym Slizov 2020-08-24 14:20:20 +0300
  • 767187ff85 [refactoring] update ast structure for "Use" and "GroupUse" nodes Vadym Slizov 2020-08-22 16:59:26 +0300
  • 97747c5ac0 [refactoring] remove scanner token Vadym Slizov 2020-08-17 20:31:04 +0300
  • 394092269a [refactoring] store expr parenthesis Vadym Slizov 2020-08-09 22:40:55 +0200
  • b8b4439015 [refactoring] store alt_if node brackets Vadym Slizov 2020-08-09 14:41:56 +0200
  • 4aae540aad [refactoring] store argument list parenthesis Vadym Slizov 2020-08-09 01:37:09 +0200
  • fd5d891037 [refactoring] add Parser nodes for use Vadym Slizov 2020-08-09 00:56:21 +0200
  • 45464654c6 [refactoring] store halt_compiler tokens Vadym Slizov 2020-08-03 23:21:12 +0200
  • a70e34d726 [refactoring] remove unused token positions Vadym Slizov 2020-08-03 22:44:49 +0200
  • b7d32b07bf [refactoring] store colon as free-floating token Vadym Slizov 2020-08-03 22:42:21 +0200
  • 48e0996a92 [refactoring] do not inherit free-floating tokens in name nodes Vadym Slizov 2020-08-03 22:39:02 +0200
  • feebb017c4 [refactoring] update use ast structure Vadym Slizov 2020-08-03 21:22:53 +0200
  • 88dfd32d9e Merge branch 'master' into refactoring Vadym Slizov 2020-07-29 22:23:44 +0200
  • cbf185c8f4
    Merge pull request #115 from z7zmey/feature-110 Vadym Slizov 2020-07-26 19:15:21 +0200
  • 3ce3188e41 [#105] fix counting newlines in strings Vadym Slizov 2020-07-26 18:56:32 +0200
  • 17d7cec2fa
    Merge pull request #114 from z7zmey/feature-110 Vadym Slizov 2020-07-26 16:11:08 +0200
  • eb3114b7c5 [#110] fix json dumper Vadym Slizov 2020-07-26 16:07:43 +0200
  • db09dd443f
    Merge pull request #109 from azhai/hotfix/override-root-stmts Vadym Slizov 2020-07-26 14:57:08 +0200
  • 234d258436
    Merge pull request #113 from z7zmey/feature-111 Vadym Slizov 2020-07-26 14:43:40 +0200
  • 004946bc71 [#111] cover by a unit test a property type name resolving Vadym Slizov 2020-07-26 14:29:45 +0200
  • 70e5fa4db5
    Merge pull request #112 from tylerchr/nsr-typed-properties Vadym Slizov 2020-07-26 14:39:12 +0200
  • 34acec744b #111 NamespaceResolver: Resolve PHP 7.4 class property types Tyler Christensen 2020-07-13 12:34:35 -0600
  • b1266584ac Do not override Stmts in printNodeRoot() Ryan Liu 2020-07-10 15:50:09 +0800
  • ce18c23597 [refactoring] parameters: new node structure Vadym Slizov 2020-07-05 22:47:46 +0300
  • b5e29fc9f5 [refactoring] fix dfs traverser Vadym Slizov 2020-07-05 18:27:34 +0300