Rob Rix
|
36d0cc99a8
|
Merge branch 'master' into algebraic-graphs
|
2018-02-07 14:32:28 -05:00 |
|
Rob Rix
|
5363b07905
|
Quote the titles of term graphs.
|
2018-02-07 14:25:16 -05:00 |
|
Rob Rix
|
2e06b93f0b
|
Correct indentation.
|
2018-02-07 13:24:38 -05:00 |
|
Rob Rix
|
cfadd23a5a
|
Simplify how we combine graphs in replacements.
|
2018-02-07 13:21:39 -05:00 |
|
Rob Rix
|
4cf569a798
|
Align the base indices.
|
2018-02-07 13:11:50 -05:00 |
|
Rob Rix
|
82710226ac
|
Fold leftwards.
|
2018-02-07 13:11:18 -05:00 |
|
Rob Rix
|
f2b8bf2ace
|
Reformat termAlgebra.
|
2018-02-07 13:09:42 -05:00 |
|
Rob Rix
|
dec9ff2fc1
|
Simplify termAlgebra.
|
2018-02-07 13:08:45 -05:00 |
|
Josh Vera
|
2d7be955d3
|
Merge pull request #1477 from github/php-assignment
PHP Assignment
|
2018-02-07 13:01:32 -05:00 |
|
Rob Rix
|
e48794433b
|
Define a Monoid instance for State.
|
2018-02-07 12:56:50 -05:00 |
|
Rob Rix
|
ac4ae43498
|
Generate DOT using algebraic-graphs.
|
2018-02-07 12:54:18 -05:00 |
|
Rob Rix
|
4ceddcd531
|
Depend on algebraic-graphs.
|
2018-02-07 12:54:15 -05:00 |
|
Rob Rix
|
fb68a98ca5
|
Use the BlobPair synonym.
|
2018-02-07 11:51:24 -05:00 |
|
Rob Rix
|
80b504ec66
|
Use pathKeyForBlobPair.
|
2018-02-07 11:51:01 -05:00 |
|
Timothy Clem
|
25cf8bb56d
|
Clean up python import parsing a bit more
Makes sure we can parse things like:
from b import a as x, b as y
|
2018-02-06 13:40:49 -08:00 |
|
Timothy Clem
|
84cd63fe1b
|
Add span, remove pretty encoding
|
2018-02-06 11:35:01 -08:00 |
|
joshvera
|
cb5d88bad0
|
s/typescript/php
|
2018-02-06 12:27:41 -05:00 |
|
joshvera
|
bb9b99a33f
|
Sort syntax
|
2018-02-06 12:27:07 -05:00 |
|
joshvera
|
d713c30958
|
++haskell-tree-sitter
|
2018-02-06 12:22:35 -05:00 |
|
joshvera
|
dc6a4a7476
|
add arrays to assignment
|
2018-02-06 12:22:06 -05:00 |
|
joshvera
|
fdec3d12ce
|
allow namespace name in namespace definition
|
2018-02-06 11:49:10 -05:00 |
|
joshvera
|
dcbf62d252
|
++haskell-tree-sitter
|
2018-02-06 11:43:28 -05:00 |
|
joshvera
|
962f46b86e
|
Remove children from shellCommandExpression
|
2018-02-06 11:17:25 -05:00 |
|
joshvera
|
20de09fafd
|
++haskell-tree-sitter
|
2018-02-05 17:43:34 -05:00 |
|
joshvera
|
e2740fd889
|
++haskell-tree-sitter
|
2018-02-05 17:32:25 -05:00 |
|
joshvera
|
17ce44f4f7
|
forStatement contains list of statements
|
2018-02-05 17:32:25 -05:00 |
|
joshvera
|
66e0321af4
|
++haskell-tree-sitter
|
2018-02-05 17:32:25 -05:00 |
|
Josh Vera
|
88b8c64df5
|
Merge branch 'master' into php-assignment
|
2018-02-05 17:02:35 -05:00 |
|
joshvera
|
5380d66d4e
|
++haskell-tree-sitter
|
2018-02-05 16:59:52 -05:00 |
|
joshvera
|
f347bf358d
|
Add declare directive
|
2018-02-05 16:49:24 -05:00 |
|
joshvera
|
4a8c890f69
|
++haskell-tree-sitter
|
2018-02-05 14:36:45 -05:00 |
|
joshvera
|
680861f9c2
|
Don't require statements in foreach
|
2018-02-05 14:10:28 -05:00 |
|
joshvera
|
3a1026a7f1
|
Add modulo to augmented assignment
|
2018-02-05 14:02:55 -05:00 |
|
joshvera
|
67ae578287
|
++haskell-tree-sitter
|
2018-02-05 13:57:39 -05:00 |
|
joshvera
|
d502888f86
|
Simplify foreach and textInterpolation
|
2018-02-05 13:51:03 -05:00 |
|
joshvera
|
73bab84380
|
Allow many statements in else if clauses
|
2018-02-05 13:40:15 -05:00 |
|
joshvera
|
1ae07e4683
|
Allow many statements in else clauses
|
2018-02-05 13:39:09 -05:00 |
|
joshvera
|
2f648e9654
|
Allow no terms in if statements
|
2018-02-05 13:33:41 -05:00 |
|
joshvera
|
959fe7ed4d
|
allow many static variable declarations
|
2018-02-05 12:35:28 -05:00 |
|
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 |
|