Timothy Clem
|
bab1f677ff
|
Hard wrap FDoc comments for readability
|
2016-12-09 08:33:34 -08:00 |
|
Timothy Clem
|
686b0dffff
|
Add new sexp style test output for diffs
|
2016-12-09 08:31:13 -08:00 |
|
Timothy Clem
|
3b676d9f31
|
Play with a different parse output
|
2016-12-08 08:11:49 -08:00 |
|
Timothy Clem
|
093bb62904
|
Merge pull request #916 from github/follow-ruby-grammar-updates
Track latest ruby grammar changes
|
2016-12-07 12:12:25 -08:00 |
|
Timothy Clem
|
aa26c5472e
|
Properly parse classes (with new tree-sitter trees)
|
2016-12-07 10:45:55 -08:00 |
|
Timothy Clem
|
8db7340746
|
Try to generate ruby if tests again
|
2016-12-06 12:52:01 -08:00 |
|
Timothy Clem
|
3e3ea818eb
|
Move to where ConditionalOperator was
|
2016-12-06 12:47:16 -08:00 |
|
Timothy Clem
|
6e42369ffe
|
Collapse up math assignment into operator assignment syntax
|
2016-12-06 12:36:56 -08:00 |
|
Timothy Clem
|
ec4db8d2da
|
Fix duplicate import
|
2016-12-06 12:00:33 -08:00 |
|
Timothy Clem
|
85367c9312
|
Allow proper diffing of relational, bitwise and other operators in JavaScript
Fixes #771, a long standing issue in JavaScript diffing
|
2016-12-06 11:59:14 -08:00 |
|
Timothy Clem
|
3b3c6739f8
|
Accept all shapes of ruby operators
|
2016-12-06 11:56:42 -08:00 |
|
Timothy Clem
|
7d5741f0d3
|
Revert "Mysterious go ordering test fix"
This reverts commit 99c8fd24057dc3950b4b4b4b1d38b524a488fee4.
|
2016-12-06 11:54:40 -08:00 |
|
Timothy Clem
|
048ac119ed
|
Remove need for Binary and Unary - just use operator instead.
|
2016-12-06 11:43:20 -08:00 |
|
Timothy Clem
|
97c17a1b5c
|
Just moving operator_assignment around
|
2016-12-06 11:42:41 -08:00 |
|
Timothy Clem
|
fa33dd90a6
|
Mysterious go ordering test fix
|
2016-12-06 11:23:27 -08:00 |
|
Timothy Clem
|
907d9d6cff
|
Update termConstruction for ruby with new unary and binary
|
2016-12-06 11:23:10 -08:00 |
|
Timothy Clem
|
5c0ee56565
|
Bring in new tree-sitter API to query all child nodes
|
2016-12-06 11:21:31 -08:00 |
|
Timothy Clem
|
696191afe2
|
Left hand side focused multiple assignment
|
2016-12-06 08:51:52 -08:00 |
|
Timothy Clem
|
bb17a32539
|
New rescue productions
|
2016-12-06 08:51:34 -08:00 |
|
Timothy Clem
|
b13262771a
|
Fix up method calls and member_access (call)
|
2016-12-06 08:34:15 -08:00 |
|
Timothy Clem
|
73514388b6
|
self,nil,true,false all have productions now
|
2016-12-06 08:30:08 -08:00 |
|
Timothy Clem
|
d70045abc4
|
Minor js updates after fixing switch/case
|
2016-12-06 08:29:34 -08:00 |
|
Timothy Clem
|
bde540cd61
|
Other form of lambda works too
|
2016-12-06 08:22:02 -08:00 |
|
Timothy Clem
|
bcfac758b6
|
Update lambda statements to single production
|
2016-12-06 08:20:27 -08:00 |
|
Timothy Clem
|
4cc250e6cd
|
If statements work again
|
2016-12-06 08:19:54 -08:00 |
|
Timothy Clem
|
a99724bacd
|
Ruby when/else parsing also works
|
2016-12-06 08:15:26 -08:00 |
|
Timothy Clem
|
d7317e7360
|
Fix up Ruby case/when parsing
|
2016-12-06 08:14:23 -08:00 |
|
Rick Winfrey
|
2faa62936b
|
Merge pull request #915 from github/javascript-improvements
JavaScript improvements (and updates tree-sitter across all languages)
|
2016-12-05 18:16:12 -06:00 |
|
Rick Winfrey
|
171544de29
|
Merge branch 'master' into javascript-improvements
|
2016-12-05 18:07:51 -06:00 |
|
Timothy Clem
|
e16055d71b
|
Bit Ruby TODO list
|
2016-12-05 15:58:20 -08:00 |
|
Timothy Clem
|
cbb9664d32
|
Rename a bunch of Ruby productions
|
2016-12-05 15:58:11 -08:00 |
|
Timothy Clem
|
37098cf5c1
|
Fix up JavaScript return summaries due to new shape
|
2016-12-05 15:57:20 -08:00 |
|
Timothy Clem
|
2ee93b4525
|
New shape for yield statements
|
2016-12-05 15:56:18 -08:00 |
|
Timothy Clem
|
47402c7c8a
|
New shape for return statements
|
2016-12-05 15:54:59 -08:00 |
|
Timothy Clem
|
8bd7463dc2
|
Remove new_go.json
|
2016-12-05 14:53:24 -08:00 |
|
Timothy Clem
|
e7775aa7ff
|
Fix up go tests (sort of)
|
2016-12-05 14:52:11 -08:00 |
|
Timothy Clem
|
38a045d5a5
|
Try re-generating go parser.c and bumping tree-sitter-parsers
|
2016-12-05 14:05:13 -08:00 |
|
Timothy Clem
|
a3b87fbe84
|
Remove stack clean call in build
|
2016-12-05 13:19:52 -08:00 |
|
Timothy Clem
|
fdf3c5d276
|
Fix up crazy span numbers in javascript tests
|
2016-12-05 13:02:46 -08:00 |
|
Timothy Clem
|
eb323f9865
|
Bump tree-sitter-parsers again
|
2016-12-05 12:36:07 -08:00 |
|
Rick Winfrey
|
a60e7aa268
|
Merge pull request #914 from github/formatting
Make function formatting consistent in Renderer.JSON.hs
|
2016-12-05 10:18:48 -08:00 |
|
Rick Winfrey
|
cb366214da
|
Bump tree-sitter
|
2016-12-01 06:13:13 -06:00 |
|
Rick Winfrey
|
f9c726a34f
|
Bump tree-sitter-parsers
|
2016-11-30 18:52:52 -06:00 |
|
Rick Winfrey
|
c71590ab86
|
Update tree-sitter-parsers
|
2016-11-30 18:46:35 -06:00 |
|
Rick Winfrey
|
465bc2e963
|
Bump tree-sitter dependencies
|
2016-11-30 18:24:37 -06:00 |
|
Rick Winfrey
|
c23afa4682
|
Remove new_javascript.json generator file
|
2016-11-30 18:20:03 -06:00 |
|
Rick Winfrey
|
df5bb88c9e
|
Update tests to include continue, yield and break statements
|
2016-11-30 18:19:10 -06:00 |
|
Rick Winfrey
|
a0fb4e75a7
|
Add Yield term constructor support for JavaScript
|
2016-11-30 15:56:57 -06:00 |
|
Rick Winfrey
|
859820cfb2
|
Added support for Continue statements in JavaScript
|
2016-11-30 15:40:06 -06:00 |
|
Rick Winfrey
|
9d65261669
|
Add Break support to DiffSummaries
|
2016-11-30 15:31:05 -06:00 |
|