joshvera
|
bc5224cb68
|
Add importStatement, debuggerStatement, and declaration assignments
|
2017-08-16 20:49:47 -04:00 |
|
joshvera
|
17036cac3c
|
Rename statements to statementBlock
|
2017-08-16 20:49:18 -04:00 |
|
joshvera
|
9129618432
|
Add debugger, expression_statement, and non_null_expression
|
2017-08-16 20:48:58 -04:00 |
|
joshvera
|
ad70423996
|
Redo expression
|
2017-08-16 20:48:40 -04:00 |
|
joshvera
|
557d73bf96
|
Add Import
|
2017-08-16 20:48:24 -04:00 |
|
joshvera
|
8f9b505345
|
Add TypeAssertion and Cast
|
2017-08-16 20:48:11 -04:00 |
|
Timothy Clem
|
c7fd754af8
|
Line em up
|
2017-08-16 14:45:18 -07:00 |
|
Timothy Clem
|
bb86b5241d
|
Use token for pair with no children
|
2017-08-16 14:45:06 -07:00 |
|
Timothy Clem
|
d9da2c1339
|
Docs
|
2017-08-16 14:34:44 -07:00 |
|
Timothy Clem
|
ada7f4d4db
|
Not using this import
|
2017-08-16 14:33:50 -07:00 |
|
Timothy Clem
|
52d956894b
|
Update hash fixtures
|
2017-08-16 14:28:10 -07:00 |
|
Timothy Clem
|
41b843ed70
|
Formatting
|
2017-08-16 14:28:00 -07:00 |
|
Timothy Clem
|
680ad37eea
|
Fix up chained strings, allow comments
|
2017-08-16 14:14:33 -07:00 |
|
Timothy Clem
|
4fa472f8a1
|
Comments in hashes, simplify a few literals
|
2017-08-16 14:11:09 -07:00 |
|
Timothy Clem
|
55e87d3095
|
Allow comments in assignments
|
2017-08-16 13:44:30 -07:00 |
|
Timothy Clem
|
f0e96bc947
|
Add in comment handling, re-write binary
Also add complex and rational literals
|
2017-08-16 13:30:13 -07:00 |
|
Timothy Clem
|
8fc65cbee2
|
Properly assign binary - and *
|
2017-08-16 12:25:34 -07:00 |
|
Rob Rix
|
369caea702
|
Merge pull request #1296 from github/systematic-comment-assignment
Systematic comment assignment
|
2017-08-16 14:38:08 -04:00 |
|
Rob Rix
|
cae20bcbf9
|
📝 the Python combinators.
|
2017-08-16 14:35:57 -04:00 |
|
Rob Rix
|
9d63ca22ae
|
📝 the contextualizing operators.
|
2017-08-16 14:33:10 -04:00 |
|
Rob Rix
|
b6401aaa9f
|
📝 handleError & parseError.
|
2017-08-16 14:27:53 -04:00 |
|
Rob Rix
|
2457402a48
|
📝 emptyTerm.
|
2017-08-16 14:22:25 -04:00 |
|
Rob Rix
|
fb60c60c9c
|
📝 makeTerm & friends.
|
2017-08-16 14:22:19 -04:00 |
|
Rob Rix
|
f7abab4186
|
Convince everything that we have MonadFree instances.
|
2017-08-16 14:17:50 -04:00 |
|
Rob Rix
|
e4ccee6d02
|
📝 manyThrough.
|
2017-08-16 14:09:50 -04:00 |
|
Rob Rix
|
f71eab9ced
|
📝 advance & token.
|
2017-08-16 14:08:10 -04:00 |
|
Rob Rix
|
8bb23f0642
|
🔥 infixChoice.
|
2017-08-16 14:07:59 -04:00 |
|
Rob Rix
|
66abd4e327
|
Merge branch 'master' into systematic-comment-assignment
|
2017-08-16 13:23:40 -04:00 |
|
Timothy Clem
|
c43b7a33cb
|
Merge pull request #1253 from github/ruby-assignment-fixes
Ruby assignment fixes
|
2017-08-16 10:18:09 -07:00 |
|
Timothy Clem
|
ebca8e49ce
|
Lambdas get an update
|
2017-08-16 10:13:48 -07:00 |
|
Timothy Clem
|
f9c05e959c
|
++ haskell-tree-sitter and tree-sitter-ruby
|
2017-08-16 10:02:18 -07:00 |
|
joshvera
|
c7fe09196f
|
Add number, string, true, false assignments
|
2017-08-16 12:24:19 -04:00 |
|
joshvera
|
8ba7782266
|
Fix up constructSignature, indexSignature, methodSignature
|
2017-08-16 12:24:00 -04:00 |
|
joshvera
|
1ce0caadb4
|
Add more syntax terms to typescript syntax
|
2017-08-16 12:23:05 -04:00 |
|
joshvera
|
ce66af3cf6
|
Add empty context to Ruby method and singletonMethod
|
2017-08-16 12:22:28 -04:00 |
|
Timothy Clem
|
acde01bf92
|
Merge branch 'master' into ruby-assignment-fixes
|
2017-08-16 07:58:39 -07:00 |
|
Rob Rix
|
847f8c28c0
|
Drop tokens before the end of branches.
|
2017-08-16 07:41:40 -07:00 |
|
Rob Rix
|
d0337eabca
|
Test that eof matches before anonymous nodes at the end of branches.
Currently failed.
|
2017-08-16 07:41:17 -07:00 |
|
Rob Rix
|
6a4d838f16
|
Test that eof matches at the end of branches.
|
2017-08-16 07:41:17 -07:00 |
|
Rob Rix
|
968e6258e4
|
Merge branch 'master' into systematic-comment-assignment
|
2017-08-16 10:40:38 -04:00 |
|
Josh Vera
|
6d87b858fe
|
Merge pull request #1302 from github/eof-drops-anonymous-nodes
Eof drops anonymous nodes
|
2017-08-16 10:22:50 -04:00 |
|
Rob Rix
|
641b2f1143
|
Merge branch 'master' into ruby-assignment-fixes
|
2017-08-16 09:31:24 -04:00 |
|
Rob Rix
|
68ae0309b6
|
Add context to decorated class/function definitions.
|
2017-08-16 09:18:11 -04:00 |
|
Rob Rix
|
85eac03a14
|
Merge branch 'systematic-comment-assignment' of https://github.com/github/semantic-diff into systematic-comment-assignment
|
2017-08-16 09:06:16 -04:00 |
|
Rob Rix
|
dd7f601149
|
Merge branch 'eof-drops-anonymous-nodes' into systematic-comment-assignment
|
2017-08-16 09:06:03 -04:00 |
|
Rob Rix
|
b52b0ee44a
|
Merge branch 'master' into systematic-comment-assignment
|
2017-08-16 09:05:15 -04:00 |
|
Rob Rix
|
aec9eeb7b9
|
Merge branch 'master' into eof-drops-anonymous-nodes
|
2017-08-16 09:02:45 -04:00 |
|
Rob Rix
|
bc4f6004f1
|
Drop tokens before the end of branches.
|
2017-08-16 08:56:43 -04:00 |
|
Rob Rix
|
3c7f471607
|
Test that eof matches before anonymous nodes at the end of branches.
Currently failed.
|
2017-08-16 08:55:26 -04:00 |
|
Rob Rix
|
8265390933
|
Test that eof matches at the end of branches.
|
2017-08-16 08:52:29 -04:00 |
|