Rob Rix
|
31940f376f
|
Add a bunch more production symbols.
|
2017-04-05 21:40:10 -04:00 |
|
Rob Rix
|
43eba62216
|
Define an alternative instance for Assignment.
|
2017-04-05 21:34:58 -04:00 |
|
Rob Rix
|
8af3b80138
|
📝 stepAssignment.
|
2017-04-05 21:22:28 -04:00 |
|
Rob Rix
|
0a4dc5a5d1
|
📝 the Assignment combinators.
|
2017-04-05 21:21:35 -04:00 |
|
Rob Rix
|
ddba2b53cd
|
Define small-step semantics for assignment.
|
2017-04-05 21:16:09 -04:00 |
|
Rob Rix
|
bca1bf08d8
|
Define a failure combinator.
This is kind of a stand-in.
|
2017-04-05 21:15:58 -04:00 |
|
Rob Rix
|
c265eeb4c9
|
🔥 the Child term.
|
2017-04-05 21:15:32 -04:00 |
|
Rob Rix
|
37525402de
|
Define a type synonym for AST.
|
2017-04-05 21:05:11 -04:00 |
|
Rob Rix
|
4000319ae2
|
Define a placeholder input syntax node type.
|
2017-04-05 21:05:03 -04:00 |
|
Rob Rix
|
1242721981
|
Define a rose tree type.
|
2017-04-05 21:04:50 -04:00 |
|
Rob Rix
|
a3dee74ac0
|
Children assignment takes an assignment to map over the children.
|
2017-04-05 21:03:02 -04:00 |
|
Rob Rix
|
786290ed05
|
🔥 the Semigroup instance & And constructor.
|
2017-04-05 20:05:14 -04:00 |
|
Rob Rix
|
a9fb2b6759
|
Redefine Rule to always be productive.
|
2017-04-05 19:46:41 -04:00 |
|
Rob Rix
|
315c5e6e9b
|
Use the Program rule at the top level.
|
2017-04-05 16:17:04 -04:00 |
|
Rob Rix
|
25fd886dfb
|
Generalize the type of children.
|
2017-04-05 16:16:50 -04:00 |
|
Rob Rix
|
9a82e14e9e
|
Define assignment for if statements.
|
2017-04-05 16:14:57 -04:00 |
|
Rob Rix
|
70f0c29758
|
Define assignment of a child term.
|
2017-04-05 16:14:48 -04:00 |
|
Rob Rix
|
a9ce523c47
|
Define a comment assignment.
|
2017-04-05 16:02:26 -04:00 |
|
Rob Rix
|
696ea064db
|
Define an assignment term producing a node’s children.
|
2017-04-05 16:02:16 -04:00 |
|
Rob Rix
|
1f89f7f3ed
|
Define an assignment term producing a node’s content.
|
2017-04-05 16:02:02 -04:00 |
|
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 |
|
Josh Vera
|
613f8783ad
|
Merge pull request #1071 from github/bump-gitlib
Bump gitlib
|
2017-04-04 19:23:47 -04:00 |
|
Rick Winfrey
|
d1225dc823
|
Bump gitlib
|
2017-04-04 16:21:23 -07:00 |
|
Josh Vera
|
c5af0df5cf
|
Merge pull request #1069 from github/bump-gitlib
bump gitlib for libgit2 0.25.1
|
2017-04-04 12:26:31 -04:00 |
|
joshvera
|
9c4f20e634
|
bump gitlib for libgit2 0.25.1
|
2017-04-04 11:08:51 -04:00 |
|
Josh Vera
|
a3394bfc89
|
Merge pull request #1068 from github/unlink-openssl
Verify we don't statically link openssl
|
2017-04-03 18:29:11 -04:00 |
|
joshvera
|
3c76cdc200
|
bump icu
|
2017-04-03 18:11:59 -04:00 |
|
joshvera
|
928360571b
|
bump gitlib
|
2017-04-03 12:37:32 -04:00 |
|
joshvera
|
b087a35c77
|
Remove openssl from Brewfile
|
2017-04-03 11:56:48 -04:00 |
|
Josh Vera
|
048003d18a
|
Merge pull request #1060 from github/typescript
Add typescript support
|
2017-03-31 11:36:24 -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
|
2224f87822
|
Regenerate public field definition tests
|
2017-03-30 18:07:52 -04:00 |
|
joshvera
|
81e178fc61
|
Keep track of clauses before a Method identifier
|
2017-03-30 18:00:13 -04:00 |
|
joshvera
|
eb512a6acf
|
Add tests for method definition
|
2017-03-30 17:59:41 -04:00 |
|
joshvera
|
a20370b659
|
Add better interface tests
|
2017-03-30 17:48:16 -04:00 |
|
joshvera
|
b11725a01c
|
hey maybe parse tsx files too
|
2017-03-30 16:03:41 -04:00 |
|