1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 21:16:12 +03:00
Commit Graph

18070 Commits

Author SHA1 Message Date
joshvera
f672ed8542 DoStatement has a statement 2018-01-23 18:41:42 -05:00
joshvera
b8bf78bfab Add parenthesizedExpression 2018-01-23 18:35:57 -05:00
joshvera
d737f7ac35 Remove unaryExpression since it's covered by expression 2018-01-23 17:41:03 -05:00
joshvera
49c1026a5d export phpParser 2018-01-23 17:40:38 -05:00
joshvera
9a77c7c2ce ++haskell-tree-sitter 2018-01-23 17:40:18 -05:00
joshvera
75e58e7525 Replace simpleVariable with simpleVariable' 2018-01-23 11:19:44 -05:00
joshvera
b27a9f512f ++haskell-tree-sitter 2018-01-19 13:06:15 -05:00
joshvera
40cd4f9d56 Add Unset 2018-01-19 11:59:00 -05:00
joshvera
96df785d7e Add list to foreach values 2018-01-19 11:41:30 -05:00
joshvera
fc29e53963 Wrap qualified name and variable name in an anonymous term 2018-01-19 11:35:59 -05:00
joshvera
a97cb80f29 Allow multiple statements in case statements 2018-01-19 11:35:32 -05:00
joshvera
66d10d7710 Fix method declaration assignment 2018-01-18 20:36:54 -05:00
joshvera
e38978da8b ++haskell-tree-sitter 2018-01-18 20:16:19 -05:00
joshvera
71d5d5b4e6 Add Name' aliases to name 2018-01-18 19:49:23 -05:00
joshvera
fd34f6cbe3 ++haskell-tree-sitter 2018-01-18 19:28:44 -05:00
joshvera
2ab331988b ++haskell-tree-sitter 2018-01-18 18:55:51 -05:00
joshvera
d7f5b2e01a Add iteration statements 2018-01-18 18:23:05 -05:00
joshvera
91905e47ce ++haskell-tree-sitter 2018-01-18 18:07:24 -05:00
joshvera
72770ed288 ++effects 2018-01-18 18:04:34 -05:00
joshvera
d516bf3607 Map some array elements to key values 2018-01-18 12:39:48 -05:00
joshvera
88e7219a0e Make use clause and return type optional in anon function 2018-01-18 12:13:17 -05:00
joshvera
9bde03ad06 Wrap function call name in term 2018-01-18 12:13:04 -05:00
joshvera
90a24bab28 scopedCallExpression has a scopeResolutionQualifier 2018-01-18 12:12:44 -05:00
joshvera
3ae16fb1ff Prevent assignment from infinite looping by removing expression from primary_expression 2018-01-17 17:32:54 -05:00
joshvera
15085a4c4b Change namespaceName to qualifiedName 2018-01-17 17:27:33 -05:00
joshvera
19b3b78cf6 Add PHP to Parser 2018-01-12 12:27:40 -05:00
joshvera
c4f4ea464d Add labeled statement and expression statement 2018-01-11 17:25:06 -05:00
joshvera
58524f75bc Add selection statements 2018-01-11 17:08:47 -05:00
joshvera
5b196c5bfc Add break, continue, goto 2018-01-11 16:54:42 -05:00
joshvera
9b2cdc8bfc Add return statements 2018-01-11 16:47:21 -05:00
joshvera
6ffbd5f4e0 Merge remote-tracking branch 'origin/master' into php-assignment 2018-01-11 15:36:57 -05:00
Rob Rix
891d489937 Merge pull request #1465 from github/bump-stack
Bump resolver to lts-10.0 for ghc 8.2.2
2018-01-11 09:52:38 -05:00
Rick Winfrey
e8e25c248c Merge branch 'master' into bump-stack 2018-01-10 17:59:23 -08:00
joshvera
960cb2f3ff Add try, declare and throw statements 2018-01-10 20:01:17 -05:00
joshvera
f66ff9b23c Add echo statement 2018-01-10 19:33:48 -05:00
joshvera
baa55c4004 Add const declarations 2018-01-10 19:30:18 -05:00
joshvera
7ae3d6660e Add function definitions 2018-01-10 19:27:37 -05:00
joshvera
27d5c6e8a9 Add class declarations 2018-01-10 19:15:51 -05:00
joshvera
f3e9c18026 Add interfaces 2018-01-10 19:12:21 -05:00
joshvera
feb934a678 Add property declarations 2018-01-10 19:07:47 -05:00
joshvera
043c09eaf0 Add methods to trait member declarations 2018-01-10 18:52:13 -05:00
joshvera
6dae8e9e10 Add methods 2018-01-10 18:51:55 -05:00
Timothy Clem
a11163ec42 Merge pull request #1476 from github/remove-toc-assignment-flag
Remove old --toc-assignment flag
2018-01-10 15:35:48 -08:00
Timothy Clem
816eb600f7 Remove old --toc-assignment flag 2018-01-10 15:26:13 -08:00
joshvera
fb1440f4d3 Add traits and constructors/destructors 2018-01-10 17:49:17 -05:00
joshvera
844ca0551d Add trait declarations 2018-01-10 13:54:28 -05:00
Rob Rix
3a83ce8c35 Merge branch 'bump-stack' of https://github.com/github/semantic-diff into bump-stack 2018-01-10 13:23:11 -05:00
Rob Rix
97d1d4b96c Merge branch 'master' into bump-stack 2018-01-10 13:15:27 -05:00
Rob Rix
e2b5087450 Merge pull request #1458 from github/diff-api-updates
Diff and Parse JSON output API changes
2018-01-10 09:49:24 -05:00
Timothy Clem
cb9e3e9134 Remove AskOptions for now 2018-01-09 15:31:51 -08:00