joshvera
|
d0631f5b59
|
++haskell-tree-sitter
|
2018-02-05 12:23:19 -05:00 |
|
joshvera
|
d70544c3a1
|
Fix up trait use clauses
|
2018-01-30 16:52:08 -05:00 |
|
joshvera
|
099ebb600a
|
++haskell-tree-sitter
|
2018-01-30 16:43:55 -05:00 |
|
Timothy Clem
|
475d222cb5
|
Fix up python tests after changing to support ImportSymbol
|
2018-01-30 13:14:50 -08:00 |
|
Timothy Clem
|
bfdf50b67a
|
Parse out ImportSymbols for Python
|
2018-01-30 12:39:10 -08:00 |
|
Timothy Clem
|
9e977ebb71
|
Only parse out alias from basename for a couple of languages
|
2018-01-30 12:38:57 -08:00 |
|
Timothy Clem
|
a63c3a940a
|
Remove duplicate syntax from this list
|
2018-01-30 12:38:37 -08:00 |
|
joshvera
|
96a5d9fa10
|
++haskell-tree-sitter
|
2018-01-30 12:25:06 -05:00 |
|
joshvera
|
a917f09873
|
Add CastExpression' symbol
|
2018-01-30 12:12:46 -05:00 |
|
joshvera
|
3617389fbb
|
++haskell-tree-sitter
|
2018-01-30 11:48:27 -05:00 |
|
joshvera
|
fb539cb50d
|
assign heredocs
|
2018-01-26 18:38:32 -05:00 |
|
joshvera
|
b5edc69901
|
++haskell-tree-sitter
|
2018-01-26 18:22:25 -05:00 |
|
joshvera
|
b5c3ffb535
|
++haskell-tree-sitter
|
2018-01-26 18:14:28 -05:00 |
|
joshvera
|
9e019f9673
|
++haskell-tree-sitter
|
2018-01-26 18:10:55 -05:00 |
|
Timothy Clem
|
28882d022b
|
Still renaming things
|
2018-01-26 14:58:03 -08:00 |
|
Timothy Clem
|
be33451563
|
Special Ruby handling for now
|
2018-01-26 13:55:44 -08:00 |
|
Timothy Clem
|
35b4776b50
|
Refine how import aliases are calculated
|
2018-01-26 13:52:53 -08:00 |
|
Timothy Clem
|
d556408898
|
Revert "Do language specific formatting in renderer"
This reverts commit 562a9d2321376ba51f4e079ddaffa7e5e9390c85.
|
2018-01-26 13:33:54 -08:00 |
|
Timothy Clem
|
bea7b35530
|
Include specific symbols imported
|
2018-01-26 13:27:31 -08:00 |
|
Timothy Clem
|
4bf7fc5ced
|
Do language specific formatting in renderer
|
2018-01-26 12:55:49 -08:00 |
|
Timothy Clem
|
f8d7bdf7d1
|
Merge branch 'master' into import-graph
|
2018-01-26 11:13:17 -08:00 |
|
Timothy Clem
|
2032dbac31
|
Change up declaration analysis to prj and match specific syntaxes
🎩 @robrix for helping me sort out the types here.
|
2018-01-26 10:36:20 -08:00 |
|
Timothy Clem
|
7a8413062e
|
Spell language correctly
|
2018-01-26 10:35:12 -08:00 |
|
joshvera
|
6543aa3ce7
|
Add term to If expression
|
2018-01-25 20:25:35 -05:00 |
|
joshvera
|
99000bf852
|
Allow emptyTerm in exit intrinsic
|
2018-01-25 20:25:25 -05:00 |
|
joshvera
|
ffb4cba32e
|
Contextualize text as well
|
2018-01-25 20:25:11 -05:00 |
|
joshvera
|
baf28ff73e
|
sprinkle some terms
|
2018-01-25 20:02:21 -05:00 |
|
joshvera
|
e86ab5a0a8
|
Allow list in pair
|
2018-01-25 19:44:37 -05:00 |
|
joshvera
|
0af417ead7
|
isset takes a list of variables
|
2018-01-25 19:40:13 -05:00 |
|
joshvera
|
812e71f3c9
|
Update trait use clause
|
2018-01-25 19:14:14 -05:00 |
|
joshvera
|
e2564f7009
|
++haskell-tree-sitter
|
2018-01-25 19:13:27 -05:00 |
|
joshvera
|
7f9b397ede
|
Add term to augmentedAssignmentExpression and add MinusEqual
|
2018-01-25 18:55:28 -05:00 |
|
joshvera
|
0a1cbef254
|
treat TextInterpolation as Text
|
2018-01-25 18:40:24 -05:00 |
|
Josh Vera
|
610c9cd211
|
Merge pull request #1482 from github/flatten-trees
Flatten out python trees a bit
|
2018-01-25 18:34:40 -05:00 |
|
Josh Vera
|
74021e96b8
|
Merge branch 'master' into flatten-trees
|
2018-01-25 18:27:27 -05:00 |
|
joshvera
|
d48051e121
|
++haskell-tree-sitter
|
2018-01-25 17:54:29 -05:00 |
|
joshvera
|
819664e2f7
|
Merge remote-tracking branch 'origin/master' into php-assignment
|
2018-01-25 17:46:00 -05:00 |
|
Timothy Clem
|
20f94dbdf9
|
Provide full expression call target context
|
2018-01-25 14:23:37 -08:00 |
|
Timothy Clem
|
a0a90957b0
|
Merge remote-tracking branch 'origin/master' into import-graph
|
2018-01-25 11:46:37 -08:00 |
|
Timothy Clem
|
5920b0fd10
|
Parse out Go imports a bit more
|
2018-01-25 11:45:20 -08:00 |
|
Timothy Clem
|
479606fb35
|
Module def has it's own analysis now
|
2018-01-25 11:45:05 -08:00 |
|
Timothy Clem
|
184d25bccc
|
Little bit more renaming for clarity
|
2018-01-25 11:25:10 -08:00 |
|
Timothy Clem
|
5385069ace
|
s/ModuleSummary/ImportSummary
|
2018-01-25 11:15:10 -08:00 |
|
Timothy Clem
|
f8167a6941
|
Split out detection of package/module name
|
2018-01-25 11:12:57 -08:00 |
|
Timothy Clem
|
ea3a11bd55
|
Rework import graph output construction
|
2018-01-25 10:32:13 -08:00 |
|
Timothy Clem
|
0701bb5638
|
Pull out import alias details
|
2018-01-25 10:31:49 -08:00 |
|
Timothy Clem
|
f84b8ec888
|
Pull out more details for member access calls
|
2018-01-25 10:31:27 -08:00 |
|
Josh Vera
|
e654d07d22
|
Merge pull request #1487 from github/bump-tree-sitter
++haskell-tree-sitter
|
2018-01-25 12:48:06 -05:00 |
|
joshvera
|
2f6db4f066
|
++haskell-tree-sitter
|
2018-01-25 12:41:40 -05:00 |
|
joshvera
|
11a5cd1455
|
Enable ruby test
|
2018-01-25 12:25:02 -05:00 |
|