Rob Rix
|
683f701811
|
Define a Semigroup instance for Assignment.
|
2017-04-05 16:01:42 -04:00 |
|
Rob Rix
|
432474b8c5
|
Add true/false to the grammar.
|
2017-04-05 16:00:43 -04:00 |
|
Rob Rix
|
0ca4263b43
|
Clarify the 📝 for assignment.
|
2017-04-05 14:54:58 -04:00 |
|
Rob Rix
|
63ed6036ed
|
Derive Enum, Eq, Ord, & Show instances for the Ruby Grammar type.
|
2017-04-05 14:53:02 -04:00 |
|
Rob Rix
|
5a57c87a88
|
Add some more rules.
|
2017-04-05 14:49:58 -04:00 |
|
Rob Rix
|
6f3d17f937
|
Rename the syntax type.
|
2017-04-05 14:49:21 -04:00 |
|
Rob Rix
|
1c4b5b394e
|
Rename the Rule type and constructors.
|
2017-04-05 14:49:00 -04:00 |
|
Rob Rix
|
91f85d3dfd
|
Stub in assignment onto Ruby programs.
|
2017-04-05 14:26:55 -04:00 |
|
Rob Rix
|
c56ac0d0f9
|
Extend the Ruby syntax definition a little.
|
2017-04-05 14:01:36 -04:00 |
|
Rob Rix
|
5dd64723ac
|
Move the Ruby type into its own module.
|
2017-04-05 14:00:47 -04:00 |
|
Rob Rix
|
28acaef678
|
Stub in a module for Ruby syntax.
|
2017-04-05 13:59:03 -04:00 |
|
Rob Rix
|
cf4f532bce
|
Rename the literals; namespacing will suffice.
|
2017-04-05 13:46:00 -04:00 |
|
Rob Rix
|
2a8b8869ca
|
Stub in a datatype for Ruby syntax.
|
2017-04-05 13:32:20 -04:00 |
|
Rob Rix
|
1b97a01bfb
|
Merge branch 'master' into syntax-a-la-carte
|
2017-04-05 13:27:08 -04:00 |
|
Rob Rix
|
c76717a76d
|
Merge branch 'syntax-a-la-carte' of https://github.com/github/semantic-diff into syntax-a-la-carte
|
2017-03-30 18:38:15 -04:00 |
|
Rob Rix
|
b2f9637e4f
|
Merge branch 'master' into syntax-a-la-carte
|
2017-03-30 18:29:35 -04:00 |
|
joshvera
|
81e178fc61
|
Keep track of clauses before a Method identifier
|
2017-03-30 18:00:13 -04:00 |
|
joshvera
|
b11725a01c
|
hey maybe parse tsx files too
|
2017-03-30 16:03:41 -04:00 |
|
joshvera
|
c52623b04b
|
Lookup Identifier term in VarAssignment
|
2017-03-30 15:12:56 -04:00 |
|
Rob Rix
|
5b31c035c5
|
Spacing.
|
2017-03-30 14:58:01 -04:00 |
|
Rob Rix
|
957aa324a3
|
Merge branch 'master' into typescript
|
2017-03-30 14:32:22 -04:00 |
|
Rick Winfrey
|
f09e741936
|
Improve readability of buildParseNodes
|
2017-03-30 11:12:30 -07:00 |
|
Rob Rix
|
b7aa2650f6
|
Define product type syntax.
|
2017-03-30 14:06:47 -04:00 |
|
Rick Winfrey
|
d18c2375cf
|
Swap return for pure
|
2017-03-30 10:56:42 -07:00 |
|
Rick Winfrey
|
278a459389
|
Refactor O(n) check in term decorator to O(1) per execution
|
2017-03-30 10:56:42 -07:00 |
|
Rick Winfrey
|
679ba2ec1c
|
Rename buildProgramNodes -> buildParseNodes
|
2017-03-29 17:22:03 -07:00 |
|
Rick Winfrey
|
4092b0aa0f
|
👋 DeriveAnyClass, ScopedTypeVariables, it was fun tho
|
2017-03-29 17:16:38 -07:00 |
|
Rick Winfrey
|
d54ec5c1b9
|
SExpression doesn't need term decoration, just parse
|
2017-03-29 17:02:55 -07:00 |
|
Rick Winfrey
|
ef28affa57
|
📝 correct comment
|
2017-03-29 17:01:47 -07:00 |
|
Rick Winfrey
|
374636aa47
|
📝
|
2017-03-29 16:53:26 -07:00 |
|
Rick Winfrey
|
73103f4e22
|
Extract sourceBlobsFromSha to top level
|
2017-03-29 16:53:18 -07:00 |
|
Rick Winfrey
|
9cbfd08133
|
📝 identifierFor
|
2017-03-29 16:52:53 -07:00 |
|
Rick Winfrey
|
b06bf6962d
|
Update name sourceBlobs -> sourceBlobsFromArgs
|
2017-03-29 16:52:30 -07:00 |
|
Rick Winfrey
|
83e0600b65
|
Bind over parseWithDecorator
|
2017-03-29 16:33:08 -07:00 |
|
Rick Winfrey
|
7e2d5354e9
|
🔥 '
|
2017-03-29 16:05:50 -07:00 |
|
Rick Winfrey
|
f05a991b88
|
I committed it even when I said I wouldn't 😆
|
2017-03-29 15:05:30 -07:00 |
|
Rick Winfrey
|
0283e7c574
|
Refactor ParseJSON -> ParseTreeFile, IndexFile, and ParseNode
|
2017-03-29 15:02:55 -07:00 |
|
joshvera
|
289f35da9a
|
Parse js as typescript
|
2017-03-29 16:59:14 -04:00 |
|
Rob Rix
|
e6e6b8e900
|
Define annotation syntax.
|
2017-03-29 16:28:10 -04:00 |
|
joshvera
|
b5f9938279
|
Remove ty from Method and throw every part of a call signature into a list
|
2017-03-29 16:24:54 -04:00 |
|
Rob Rix
|
8bbdd4ad0f
|
Stub in a module for type syntax.
|
2017-03-29 16:23:02 -04:00 |
|
Rob Rix
|
3632215e56
|
Define syntax for function calls.
|
2017-03-29 15:51:47 -04:00 |
|
Rob Rix
|
8e51ebff2d
|
Stub in a module for expression syntax.
|
2017-03-29 15:47:12 -04:00 |
|
Rob Rix
|
2558b4c3f1
|
Merge remote-tracking branch 'origin/master' into syntax-a-la-carte
|
2017-03-29 15:42:29 -04:00 |
|
Rick Winfrey
|
3bec2b5381
|
Merge branch 'update-parse-command' of github.com:github/semantic-diff into update-parse-command
|
2017-03-29 12:41:27 -07:00 |
|
Rick Winfrey
|
82431ce34b
|
Use <=< to simplify parseSExpression
|
2017-03-29 12:41:08 -07:00 |
|
Rick Winfrey
|
106a9e84e1
|
Extracts casing on commit sha to a single function
|
2017-03-29 12:06:19 -07:00 |
|
Rick Winfrey
|
364d3210df
|
Specify buildProgramNodes type annotation (make less general)
|
2017-03-29 12:05:26 -07:00 |
|
Rick Winfrey
|
9c636ed13c
|
Merge branch 'master' into update-parse-command
|
2017-03-29 11:10:12 -07:00 |
|
Rick Winfrey
|
7f89a97761
|
📦 ⏬ 🆕 🏠
|
2017-03-29 11:05:41 -07:00 |
|