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 |
|
joshvera
|
cdb03dbf52
|
Revert ToJSON instance for Cost
|
2016-08-24 14:23:08 -04:00 |
|
joshvera
|
b8ebb10436
|
docs
|
2016-08-24 14:21:12 -04:00 |
|
joshvera
|
4cb26bb082
|
Docs for concatOutputs
|
2016-08-24 14:16:01 -04:00 |
|
joshvera
|
a93dbe1537
|
s/diffSummaries'/diffToDiffSummaries
|
2016-08-24 14:15:55 -04:00 |
|
joshvera
|
ec7bd00cca
|
Remove unused import
|
2016-08-24 14:07:52 -04:00 |
|
joshvera
|
8d98d8564b
|
indentation
|
2016-08-24 14:07:30 -04:00 |
|
joshvera
|
4d1b4dc073
|
Move concatJSON and concatSummaries into concatOutputs
|
2016-08-24 14:07:00 -04:00 |
|
joshvera
|
ceb664710b
|
Remove redundant constraints
|
2016-08-24 14:00:34 -04:00 |
|
joshvera
|
439724e430
|
Don't infix isPrefixOf
|
2016-08-24 13:59:34 -04:00 |
|