Rick Winfrey
|
8a2495b81a
|
Assign parenthesizedExpressions
|
2017-10-09 11:54:16 -07:00 |
|
Rick Winfrey
|
738dbbfc2e
|
Assign Boolean And and Or expressions
|
2017-10-09 10:31:57 -07:00 |
|
Rick Winfrey
|
1cb0795bf3
|
Assign implicitLengthArrayTypes
|
2017-10-09 10:09:56 -07:00 |
|
Rick Winfrey
|
0a283c32a7
|
Assign elements
|
2017-10-09 09:59:19 -07:00 |
|
Rick Winfrey
|
d4439bb443
|
Assign literalValues
|
2017-10-09 09:59:10 -07:00 |
|
Rick Winfrey
|
23852bcc13
|
Assign compositeLiterals
|
2017-10-09 09:58:59 -07:00 |
|
Rick Winfrey
|
62fd3ff8ed
|
Add compositeLiteral constructor
|
2017-10-09 09:58:39 -07:00 |
|
Rick Winfrey
|
3a1cf6e897
|
Correct channel literal 📝
|
2017-10-09 09:58:23 -07:00 |
|
Rick Winfrey
|
687bcc57bb
|
Assign arithmetic, bitwise, boolean and comparison expressions
|
2017-10-06 13:18:00 -07:00 |
|
Rick Winfrey
|
20465402df
|
Bump haskell-tree-sitter
|
2017-10-06 11:10:29 -07:00 |
|
Rick Winfrey
|
c3cbac2668
|
Bump haskell-tree-sitter
|
2017-10-04 17:10:54 -07:00 |
|
Rick Winfrey
|
50d74cbec0
|
Bump haskell-tree-sitter
|
2017-10-04 16:37:16 -07:00 |
|
Rick Winfrey
|
1bad14b2b8
|
Specify terms in function and method declarations
|
2017-10-04 16:27:00 -07:00 |
|
Rick Winfrey
|
947a403a49
|
Assign Return Statements
|
2017-10-04 16:26:39 -07:00 |
|
Rick Winfrey
|
ec93eecfb4
|
Update functionDeclaration assignment
|
2017-10-04 15:58:04 -07:00 |
|
Rick Winfrey
|
dac852dea3
|
🔥 typedIdentifier
|
2017-10-04 15:57:53 -07:00 |
|
Rick Winfrey
|
1dc192e8c1
|
Use expression for packageClause
|
2017-10-04 15:57:35 -07:00 |
|
Rick Winfrey
|
e1cec1c905
|
Specify top level identifier assignments
|
2017-10-04 15:55:40 -07:00 |
|
Rick Winfrey
|
90e8e30acf
|
handleError for assignment
|
2017-10-04 11:26:25 -07:00 |
|
Rick Winfrey
|
23e854f00e
|
Assign break statements
|
2017-10-04 11:26:01 -07:00 |
|
Rick Winfrey
|
c60a7d9ec4
|
Add term helper
|
2017-10-04 11:25:37 -07:00 |
|
Rick Winfrey
|
900ad2f904
|
Prevent creation of extra term when only one term is present
|
2017-10-04 10:32:28 -07:00 |
|
Rick Winfrey
|
e27b55e852
|
Update top level assignment expression
|
2017-10-04 10:32:00 -07:00 |
|
Rick Winfrey
|
316fe8990e
|
Merge branch 'master' into go-assignment
|
2017-10-04 10:03:36 -07:00 |
|
Rob Rix
|
dacd0861cb
|
Merge pull request #1384 from github/generic-term-comparability-and-equivalence
Generic term comparability and equivalence
|
2017-10-04 09:23:28 -04:00 |
|
Josh Vera
|
03d528dda6
|
Merge branch 'master' into generic-term-comparability-and-equivalence
|
2017-10-03 14:10:25 -07:00 |
|
Josh Vera
|
fa8f718297
|
Merge pull request #1381 from github/typescript-cleanup
Typescript cleanup
|
2017-10-03 13:59:44 -07:00 |
|
Rob Rix
|
d9a0a87531
|
📝 comparableTo on Union.
|
2017-10-03 16:04:22 -04:00 |
|
Rob Rix
|
0c1f0b0e46
|
Correct the docs for the Diffable instance for Unions.
|
2017-10-03 16:02:23 -04:00 |
|
Rob Rix
|
b4f0cee138
|
📝 Equivalence.
|
2017-10-03 16:00:35 -04:00 |
|
Rob Rix
|
2c7e901043
|
📝 equivalentTerms.
|
2017-10-03 15:58:52 -04:00 |
|
Rob Rix
|
8f09c1c1bc
|
📝 comparableTerms.
|
2017-10-03 15:55:12 -04:00 |
|
Rob Rix
|
e7306fa43e
|
📝 comparableTo.
|
2017-10-03 15:51:56 -04:00 |
|
Rob Rix
|
048f66dec8
|
📝 equivalentBySubterm.
|
2017-10-03 15:49:06 -04:00 |
|
Rob Rix
|
8e9158c7f0
|
🔥 subequivalenceTo.
|
2017-10-03 15:37:51 -04:00 |
|
Rob Rix
|
cceed47743
|
Determine subequivalence using Equivalence & subalgorithmFor.
|
2017-10-03 15:37:42 -04:00 |
|
Rob Rix
|
8c9be81e51
|
Define an Equivalence functor.
|
2017-10-03 15:37:17 -04:00 |
|
Rob Rix
|
2e2d32c985
|
Merge branch 'master' into generic-term-comparability-and-equivalence
|
2017-10-03 15:31:58 -04:00 |
|
Rob Rix
|
b0723ee027
|
Clarify the comment on the inclusion of Method in Python.
|
2017-10-03 15:31:18 -04:00 |
|
Rob Rix
|
1a10479af6
|
🔥 Declaration.Function, Declaration.Method, & Syntax.Context from JSON syntax.
|
2017-10-03 15:30:13 -04:00 |
|
Rob Rix
|
d2382539d1
|
🔥 Declaration.Function, Declaration.Method, & Syntax.Context from Markdown syntax.
|
2017-10-03 15:29:37 -04:00 |
|
Rob Rix
|
4717bde7a8
|
Generalize diffTerms over the syntax functor.
|
2017-10-03 15:28:40 -04:00 |
|
Rob Rix
|
d2c9faf96f
|
🔥 the membership constraints on diffTerms.
|
2017-10-03 15:27:36 -04:00 |
|
Rob Rix
|
0fecda703a
|
Update the fixtures.
|
2017-10-03 15:26:50 -04:00 |
|
Rob Rix
|
27758821e8
|
Use the comparableTerms relation in the RWS tests.
|
2017-10-03 15:10:11 -04:00 |
|
Rob Rix
|
0d790823ab
|
Use comparableTerms as the comparability relation for à la carte terms.
|
2017-10-03 14:59:41 -04:00 |
|
Rob Rix
|
ecfb920291
|
🔥 the export of equivalentTerms from Interpreter.
|
2017-10-03 14:59:19 -04:00 |
|
Rob Rix
|
d453a7f2df
|
Define a comparability relation for terms.
|
2017-10-03 14:58:14 -04:00 |
|
Rob Rix
|
adcaed3ec0
|
Define a Diffable method to determine comparability.
|
2017-10-03 14:57:06 -04:00 |
|
Rob Rix
|
22f5fd46d3
|
Rename the genericAlgorithmFor bindings.
|
2017-10-03 14:44:14 -04:00 |
|