Rob Rix
|
d1e3b660a7
|
Construct do/while statements.
|
2016-08-25 18:14:24 -04:00 |
|
Rob Rix
|
d9c3a8a368
|
Construct while statements.
|
2016-08-25 18:14:18 -04:00 |
|
Rob Rix
|
2d84d69072
|
Construct for statements.
|
2016-08-25 18:14:12 -04:00 |
|
Rob Rix
|
643b038636
|
Construct if & if/else statements.
|
2016-08-25 18:14:06 -04:00 |
|
Rob Rix
|
10a8a85b5f
|
Construct pairs.
|
2016-08-25 18:13:54 -04:00 |
|
Rob Rix
|
75c120fad7
|
Construct object literals.
|
2016-08-25 18:13:50 -04:00 |
|
Rob Rix
|
e0b8c126ce
|
Construct case statements.
|
2016-08-25 18:13:45 -04:00 |
|
Rob Rix
|
901e7e7d31
|
Construct switch statements.
|
2016-08-25 18:13:40 -04:00 |
|
Rob Rix
|
65b5eaa081
|
Construct variable declarations.
|
2016-08-25 18:13:35 -04:00 |
|
Rob Rix
|
48fdd44d7c
|
Construct variable assignments.
|
2016-08-25 18:13:30 -04:00 |
|
Rob Rix
|
f45cbbbcfa
|
Construct arguments.
|
2016-08-25 18:13:25 -04:00 |
|
Rob Rix
|
e839e47ef4
|
Construct ternaries.
|
2016-08-25 18:13:20 -04:00 |
|
Rob Rix
|
91f15df0fd
|
Construct function/method calls.
|
2016-08-25 18:12:56 -04:00 |
|
Rob Rix
|
108061eb7b
|
Construct function definitions.
|
2016-08-25 18:12:18 -04:00 |
|
Rick Winfrey
|
7815bcd6fd
|
Merge branch 'master' into display-function-call-args
|
2016-08-25 16:49:15 -05:00 |
|
Rob Rix
|
6e76518348
|
Correct how switch statements are constructed.
|
2016-08-25 17:44:49 -04:00 |
|
Rob Rix
|
bc85108428
|
Construct comma operators.
|
2016-08-25 16:46:11 -04:00 |
|
Rob Rix
|
f3fd55108e
|
Construct leaf nodes.
|
2016-08-25 16:45:26 -04:00 |
|
Rob Rix
|
162ef460e8
|
Construct subscript accesses.
|
2016-08-25 16:43:18 -04:00 |
|
Rob Rix
|
d2188d58da
|
Construct member accesses.
|
2016-08-25 16:43:13 -04:00 |
|
Rob Rix
|
c407863787
|
Construct math assignments.
|
2016-08-25 16:41:39 -04:00 |
|
Rob Rix
|
0aaf176c5c
|
Pattern match on the name and children simultaneously.
|
2016-08-25 16:40:33 -04:00 |
|
Rob Rix
|
1fac7cba4b
|
Map assignments.
|
2016-08-25 16:38:35 -04:00 |
|
Rob Rix
|
50ce18e421
|
Copy the categories for JS productions into Parser.
|
2016-08-25 16:35:58 -04:00 |
|
Rob Rix
|
1fa9a9d133
|
Stub in a term constructor over production names.
|
2016-08-25 16:32:01 -04:00 |
|
Rob Rix
|
2121dd3071
|
🔥 ScopedTypeVariables.
|
2016-08-25 16:25:06 -04:00 |
|
Rob Rix
|
3416e4b350
|
Simplify CommaOperator handling.
|
2016-08-25 16:16:09 -04:00 |
|
Rob Rix
|
f80e06900e
|
Define termConstructor without construct.
|
2016-08-25 16:14:21 -04:00 |
|
Rob Rix
|
91762f1c76
|
Wrap up constructed terms in withDefaultInfo.
|
2016-08-25 16:05:49 -04:00 |
|
Rob Rix
|
459c251498
|
Construct terms in a single case expression.
|
2016-08-25 16:04:26 -04:00 |
|
joshvera
|
4064372873
|
Remove bodies from for statement diff summaries
|
2016-08-25 15:59:12 -04:00 |
|
Rob Rix
|
07c0d89805
|
Declare the export list for TreeSitter.
|
2016-08-25 15:42:30 -04:00 |
|
Rob Rix
|
333490dff0
|
Revert "🔥 withDefaultInfo."
This reverts commit ac632639aaed5767828e9af80a9962781309c7da.
|
2016-08-25 15:42:18 -04:00 |
|
Rob Rix
|
74a5b34750
|
🔥 withDefaultInfo.
|
2016-08-25 15:38:52 -04:00 |
|
Josh Vera
|
46cf012488
|
Merge pull request #782 from github/simpler-tool-builds
Simple builds for both the tools
|
2016-08-25 15:11:45 -04:00 |
|
Rob Rix
|
0f1c8f4e4c
|
Merge branch 'master' into simpler-tool-builds
|
2016-08-25 15:01:15 -04:00 |
|
Josh Vera
|
108a527acb
|
Merge pull request #779 from github/print-stack-version-on-bootstrap
Print the stack version on bootstrap.
|
2016-08-25 15:00:38 -04:00 |
|
Rick Winfrey
|
44d08a0e11
|
Merge branch 'master' into display-function-call-args
|
2016-08-25 13:52:58 -05:00 |
|
Rob Rix
|
9e74cf9924
|
Merge branch 'master' into print-stack-version-on-bootstrap
|
2016-08-25 14:27:45 -04:00 |
|
Rob Rix
|
5ee3d197da
|
Merge pull request #755 from github/api-changes
API Changes to --summary output
|
2016-08-25 14:26:01 -04:00 |
|
joshvera
|
499f5da329
|
Export isBranchInfo and clean up some warnings
|
2016-08-25 12:22:58 -04:00 |
|
joshvera
|
a701de4b58
|
isErrorInfo/hasErrorInfo
|
2016-08-25 12:12:01 -04:00 |
|
joshvera
|
f4ba3847ba
|
BranchInfos have ErrorInfos if their branches have ErrorInfos
|
2016-08-25 12:09:44 -04:00 |
|
joshvera
|
7c394ff6dd
|
Union the inner maps
|
2016-08-24 17:07:43 -04:00 |
|
joshvera
|
b290e49000
|
Don't include keys if no changes or errors
|
2016-08-24 15:46:50 -04:00 |
|
joshvera
|
6026d03205
|
Remove redundant imports
|
2016-08-24 15:37:55 -04:00 |
|
joshvera
|
17da45b320
|
Moved isBranchInfo to DiffSummary
|
2016-08-24 15:28:10 -04:00 |
|
joshvera
|
e58438f4d9
|
Return a Map Text [Map Text [Text]] from summaries
|
2016-08-24 15:27:54 -04:00 |
|
joshvera
|
e49c202241
|
Return a list of Either Error Text from diffSummaries
|
2016-08-24 15:27:18 -04:00 |
|
joshvera
|
d4d00ddc92
|
expand toSummaryKey cases
|
2016-08-24 14:30:29 -04:00 |
|