Commit Graph

  • a69e899f04 Merge branch 'master' into dev z7zmey 2018-07-09 22:04:18 +0300
  • 6d554c0468 #49: pretty printer wraps variables by curly braced in double-quoted strings z7zmey 2018-07-09 21:37:07 +0300
  • d2655bd75b
    Update ISSUE_TEMPLATE.md Vadym Slizov 2018-07-09 21:19:33 +0300
  • 15a1a81924 #13: the printer prints nodes with meta(comments and whitespaces) saved by the parser z7zmey 2018-07-02 20:48:55 +0300
  • c4c0934c51 tokens constants moved to lexer_tokens.go z7zmey 2018-07-08 01:06:49 +0300
  • 978e609f29 fmt z7zmey 2018-07-01 00:38:31 +0300
  • 8de55d266c Makefile is updated z7zmey 2018-07-01 00:35:32 +0300
  • 9f0e766757 update tests z7zmey 2018-07-01 00:05:59 +0300
  • e90df8ef5f #33 comment package has renamed to meta and parser now saves whitespaces z7zmey 2018-06-30 00:51:11 +0300
  • 36d0cf4823 use empty *expr.ArrayItem to represent missed a list and array items. z7zmey 2018-06-26 23:49:00 +0300
  • b62cb4359b Merge branch 'master' into dev z7zmey 2018-06-26 22:58:18 +0300
  • 290645f3c9 #44: do not trim last nil if array item list ends by a comma z7zmey 2018-06-26 12:22:51 +0300
  • 10c63a30ae #44: fix crash on an empty list item z7zmey 2018-06-26 11:57:17 +0300
  • 3cd45ecac5 #25: save comments within node z7zmey 2018-06-25 15:38:31 +0300
  • 1ebb0c6fad #25: save position within node z7zmey 2018-06-24 10:19:44 +0300
  • 6ac67675d5 use karrick/godirwalk z7zmey 2018-06-25 18:20:16 +0300
  • 81425528a5 close file z7zmey 2018-06-25 20:14:36 +0300
  • f068fb7aae add file counter z7zmey 2018-06-22 01:00:02 +0300
  • ca5c3bbfff cli: add -prof flag z7zmey 2018-06-21 20:37:34 +0300
  • 09c984ebdb #30 created json dumper z7zmey 2018-06-19 23:55:12 +0300
  • dd572a8fed #31 dump to native golang struct z7zmey 2018-06-18 23:29:52 +0300
  • 26117164d8
    Merge pull request #43 from donatj/patch-1 Vadym Slizov 2018-06-18 10:36:34 +0300
  • 78d78ff74f
    Corrects README example Jesse Donat 2018-06-17 21:16:05 -0500
  • 063726aac4 #41 Namespace resolver: do not resolve build-in primitives z7zmey 2018-06-18 00:15:41 +0300
  • e38db94f54
    Merge pull request #42 from whilei/gofmt-2018-Jun-17-00-35 Vadym Slizov 2018-06-17 21:17:48 +0300
  • 19a9624931 all: gofmt ia 2018-06-17 00:37:47 +0200
  • a98301f940 nsresolver fails on TraitUse without adaptations z7zmey 2018-06-14 00:29:48 +0300
  • bfc346ebab #40 reduce memory allocations for position.Position by using sync.Pool z7zmey 2018-06-12 21:14:11 +0300
  • 2737e98559 #27 reduce memory allocations for scanner.Token by using sync.Pool z7zmey 2018-06-11 02:41:12 +0300
  • 43451a070f #26 replace TrimLeft by TrimLeftFunc z7zmey 2018-06-10 14:53:10 +0300
  • 339c7e5296
    Merge pull request #39 from z7zmey/issue-38 Vadym Slizov 2018-06-10 10:20:46 +0300
  • d13681c042 #38 fix saving positions for php5 ArrayDimFetch, PropertyFetch and MethodCall nodes z7zmey 2018-06-10 10:01:25 +0300
  • d21a0a3dc9
    Merge pull request #35 from z7zmey/issue-34 Vadym Slizov 2018-06-08 11:00:10 +0300
  • 63cdd2931b #34 fix saving class node position z7zmey 2018-06-08 10:58:30 +0300
  • 9f0d4b02c2
    Update README.md Vadym Slizov 2018-06-07 19:52:44 +0300
  • af379a61dd Merge branch 'comments3' z7zmey 2018-06-07 15:06:54 +0300
  • 944a343f0f php5: save all comments z7zmey 2018-06-07 02:25:27 +0300
  • 170f7e0897
    Merge pull request #32 from z7zmey/issue-28 Vadym Slizov 2018-06-06 19:54:52 +0300
  • 58597aae21 #28 fix race conditions z7zmey 2018-06-06 19:47:28 +0300
  • d72d3b7980 refactor tokenString z7zmey 2018-06-05 15:20:23 +0300
  • 95c257c0f6 add (binary) cast z7zmey 2018-06-05 12:24:24 +0300
  • 876c5845d9 cli: add -noDump flug z7zmey 2018-06-05 12:22:36 +0300
  • 22fe72467f
    Merge pull request #24 from z7zmey/issue-21 Vadym Slizov 2018-06-05 02:47:09 +0300
  • 788628d902 #21 scanner.Lexer.charsToBytes optimization z7zmey 2018-06-04 21:21:04 +0300
  • b4f51d58af update profiling commands z7zmey 2018-06-05 01:20:57 +0300
  • 112ef18501 added profiling commands to Makefile z7zmey 2018-06-05 00:09:21 +0300
  • deccf266d9 save expr.Exit and expr.Die comments z7zmey 2018-06-03 13:43:27 +0300
  • 22cca215df create ForInitSemicolonToken and ForCondSemicolonToken comment anchors z7zmey 2018-06-03 12:50:08 +0300
  • 6ccca996a8 changing ClosureUse node purpose z7zmey 2018-05-25 09:38:44 +0300
  • ec0ef26bd6 create expr.Reference node z7zmey 2018-05-14 18:09:11 +0300
  • ac74ae3225 create ClassExtends ClassImplements InterfaceExtends nodes z7zmey 2018-05-12 23:10:01 +0300
  • cf4fb26764 remove boolWithToken type z7zmey 2018-05-11 23:23:57 +0300
  • e93874f644 remove altSintaxNode type z7zmey 2018-05-02 03:36:53 +0300
  • a488f43496 remove nodesWithEndToken type z7zmey 2018-06-03 09:35:44 +0300
  • 2abe1dfb84 create Root node z7zmey 2018-05-02 12:14:24 +0300
  • d1b0cebf9a create CaseList node z7zmey 2018-04-29 23:10:56 +0300
  • f8d9d6d7c2 create TraitAdaptationList node z7zmey 2018-04-29 22:34:24 +0300
  • 8fc4c60bfe create ArgumentList node z7zmey 2018-04-29 19:58:49 +0300
  • be3bdbfdc0 dump comment anchor z7zmey 2018-05-27 22:37:22 +0300
  • 6b70d665d4 remove unused token name constants z7zmey 2018-05-27 22:21:06 +0300
  • b383fe98fe create token name constants in comment package z7zmey 2018-05-27 22:15:27 +0300
  • e396f81eea php7: save all comments z7zmey 2018-05-27 18:02:58 +0300
  • a9f54cba27 scanner: remove unnecessary lval.Token calls z7zmey 2018-05-27 00:55:26 +0300
  • d67d45948a
    Merge pull request #19 from z7zmey/issue-18 Vadym Slizov 2018-05-24 12:18:31 +0300
  • e7a9de3dfc #18 replace heredocLabel variable from global z7zmey 2018-05-24 12:14:30 +0300
  • 72cf9d106e
    Update README.md Vadym Slizov 2018-05-16 14:02:28 +0300
  • 58a1ab4b79
    Merge pull request #16 from z7zmey/issue-5 Vadym Slizov 2018-05-16 09:09:50 +0300
  • 97fb13eb72 #5 update logo z7zmey 2018-05-16 09:08:16 +0300
  • e116a1adf9
    Merge pull request #15 from imuli/panic-quick-fix Vadym Slizov 2018-05-15 18:35:12 +0300
  • d73ea72530 the simple fix for #14 (panic on 32-bit) Imuli 2018-05-12 13:14:27 -0400
  • a28fd2e8ec rename lastToken to currentToken z7zmey 2018-04-15 23:04:24 +0300
  • 435dc5c706 scanner.NewToken returns pointer, and scanner.Token saves position as position.Position z7zmey 2018-04-15 22:56:20 +0300
  • bc15825663 rename PositionBuilder z7zmey 2018-04-15 22:06:02 +0300
  • 56127a4a2c move Positions and Comments into parser package z7zmey 2018-04-15 22:02:07 +0300
  • 781a55659b save comment position z7zmey 2018-04-15 21:39:26 +0300
  • c2f938e55c merge DocComment and PlainComment z7zmey 2018-04-15 15:55:33 +0300
  • e65ace8984 merge token package into scanner package z7zmey 2018-04-15 14:47:40 +0300
  • 983c721e83 scanner: fix scanning empty inline comment z7zmey 2018-04-11 00:58:57 +0300
  • 8d6affdd68 move Parser interface to parser package z7zmey 2018-04-10 23:59:57 +0300
  • 04bd98eec2
    Update README.md Vadym Slizov 2018-04-10 23:45:26 +0300
  • 219bb36c69
    Merge pull request #9 from z7zmey/issue-8 Vadym Slizov 2018-04-10 20:54:50 +0300
  • 0b37dd6dbf namespace resolver: fix fail on anonimous class z7zmey 2018-04-10 20:32:01 +0300
  • 316ed6e851 issue #8: cli - parse concurrently z7zmey 2018-04-10 20:15:15 +0300
  • 0cf164c11c issue #8: update Parser constructor z7zmey 2018-04-10 16:19:47 +0300
  • 71f940fcf2 issue #8: update readme z7zmey 2018-04-10 15:51:00 +0300
  • 6f7834eb6b issue #8: update tests z7zmey 2018-04-10 15:23:13 +0300
  • 343896d019 issue #8: php5 and php7 package refactoring z7zmey 2018-04-10 00:52:38 +0300
  • ac135f132d update README.md z7zmey 2018-04-09 23:30:44 +0300
  • 6ff2beafa3 update tests z7zmey 2018-04-09 23:26:44 +0300
  • 83a1400a4f error tolerant parsing z7zmey 2018-04-09 23:08:29 +0300
  • ebe06da6e0
    Merge pull request #7 from antham/patch-2 Vadym Slizov 2018-04-07 23:13:18 +0300
  • b0a430441c
    visitor : update doc Anthony HAMON 2018-04-07 21:43:48 +0200
  • 738397f2da
    visitor : fix typo and doc comment Anthony HAMON 2018-04-07 18:07:02 +0200
  • 8b5f350f63
    Merge pull request #6 from antham/patch-1 Vadym Slizov 2018-04-07 18:27:39 +0300
  • e8a496207c
    update README Anthony HAMON 2018-04-07 15:01:59 +0200
  • 624dc4f498
    Update README.md Vadym Slizov 2018-04-06 15:23:33 +0300
  • 335bedc34d pretty printer: update TestPrintFile z7zmey 2018-04-06 01:12:54 +0300
  • 0abe99274b pretty printer: print file z7zmey 2018-04-06 00:59:22 +0300
  • 79277ea3cc pretty printer: print Heredoc z7zmey 2018-04-06 00:39:04 +0300
  • 9a799fc3be scanner: fix heredoc z7zmey 2018-04-06 00:24:00 +0300