joshvera
|
8701131cd8
|
add types import back
|
2018-07-02 18:17:17 -04:00 |
|
joshvera
|
422ddba68f
|
Remove extendsclause and add alias
|
2018-07-02 18:15:21 -04:00 |
|
joshvera
|
46f6583504
|
Add support for JSON and TypeScript responses
|
2018-07-02 18:02:48 -04:00 |
|
Timothy Clem
|
769b8f5512
|
Fix semantic's licenses
|
2018-07-02 14:43:11 -07:00 |
|
Timothy Clem
|
df5d153b09
|
Try to just copy over licenses from origin/master
|
2018-07-02 14:20:29 -07:00 |
|
Timothy Clem
|
8f9d5c7446
|
Back to master effects
|
2018-07-02 13:41:53 -07:00 |
|
Timothy Clem
|
bc891088dd
|
Merge branch 'master' into licensed-updates
|
2018-07-02 13:39:06 -07:00 |
|
joshvera
|
71f54e4f57
|
Rename to shouldRoundtrip1 and fix tests
|
2018-07-02 14:19:47 -04:00 |
|
joshvera
|
3e8d7d65b0
|
Add fno-warn-orphans to Sum Syntax instances
|
2018-07-02 14:19:35 -04:00 |
|
joshvera
|
f76a11f30e
|
++grpc-haskell
|
2018-07-02 14:12:50 -04:00 |
|
joshvera
|
659ad33ef9
|
Generate typescript types
|
2018-07-02 14:11:28 -04:00 |
|
joshvera
|
f8c2d636b2
|
Generate typescript syntax in proto files
|
2018-07-02 12:43:31 -04:00 |
|
joshvera
|
0c228e669a
|
Add typescript proto file
|
2018-07-02 12:41:51 -04:00 |
|
joshvera
|
d9a4e86afd
|
Add Named1 and Named instances to TypeScript syntax
|
2018-07-02 12:40:26 -04:00 |
|
joshvera
|
452cf7ba08
|
Add Alias type to typescript
|
2018-07-02 12:40:13 -04:00 |
|
joshvera
|
7aa6f039bc
|
Scope the term types to different protobuf packages
|
2018-07-02 11:37:49 -04:00 |
|
joshvera
|
749579229a
|
Add json as a response type
|
2018-07-02 11:29:44 -04:00 |
|
joshvera
|
cbcea79f47
|
Output json.proto
|
2018-07-02 11:26:35 -04:00 |
|
Rob Rix
|
8ca986756a
|
Swap the order of the Nullable constructors.
|
2018-06-29 20:51:49 -04:00 |
|
Rob Rix
|
7b93bc737c
|
Use Nullable instead of Maybe to indicate nullability.
|
2018-06-29 20:35:22 -04:00 |
|
Rob Rix
|
ca7287048a
|
Define an Alternative instance for Nullable.
|
2018-06-29 20:33:49 -04:00 |
|
Rob Rix
|
ecfc8eb07a
|
Define an Applicative instance for Nullable.
|
2018-06-29 20:31:49 -04:00 |
|
Rob Rix
|
bc43efadd4
|
Define a datatype for nullability.
|
2018-06-29 20:28:47 -04:00 |
|
Rob Rix
|
7913ddc0e2
|
Define an assign function as a high-level interpreter.
|
2018-06-29 20:18:20 -04:00 |
|
Rob Rix
|
b441678925
|
Rename State’s type parameter.
|
2018-06-29 20:15:46 -04:00 |
|
Rob Rix
|
a84c920848
|
Roll toTerm into Assigning.
|
2018-06-29 20:13:34 -04:00 |
|
joshvera
|
1b7898a94c
|
++grpc-haskell
|
2018-06-29 17:12:48 -04:00 |
|
joshvera
|
44a3780d3b
|
Respond with a oneof of terms types
|
2018-06-29 17:11:23 -04:00 |
|
joshvera
|
04f6ecc223
|
Spit out RubyTerm right now
|
2018-06-29 16:38:46 -04:00 |
|
joshvera
|
bdc42debc8
|
Move ruby terms to ruby.proto
|
2018-06-29 16:21:53 -04:00 |
|
joshvera
|
6696a62fb3
|
Bump grpc-haskell
|
2018-06-29 16:18:53 -04:00 |
|
Patrick Thomson
|
1eed347da6
|
fix the specs
|
2018-06-29 16:17:27 -04:00 |
|
Patrick Thomson
|
bef406b5c7
|
whitespace changes
|
2018-06-29 16:00:23 -04:00 |
|
Patrick Thomson
|
b63624ac41
|
cleanup
|
2018-06-29 15:54:45 -04:00 |
|
Patrick Thomson
|
75b6cd52c0
|
define gensym and remove the IsString instance for Name
|
2018-06-29 15:44:51 -04:00 |
|
Patrick Thomson
|
076aef0015
|
this appears to work
|
2018-06-29 15:28:32 -04:00 |
|
Patrick Thomson
|
9d5d24e1b5
|
otiose import
|
2018-06-29 12:26:51 -04:00 |
|
Patrick Thomson
|
ebbead18ec
|
Merge remote-tracking branch 'origin/master' into abstract-call-graph
|
2018-06-29 12:21:33 -04:00 |
|
Rob Rix
|
71e2a7109d
|
Merge branch 'master' into deterministic-json-assignment
|
2018-06-29 07:42:58 -04:00 |
|
Rob Rix
|
823721b628
|
Merge pull request #2002 from github/charliesome/bindings
Introduce Bindings type
|
2018-06-29 07:41:37 -04:00 |
|
Rob Rix
|
951f33bbb7
|
Merge branch 'master' into charliesome/bindings
|
2018-06-29 07:21:26 -04:00 |
|
Charlie Somerville
|
d2c559530f
|
appease linter
|
2018-06-29 16:12:41 +10:00 |
|
Charlie Somerville
|
67f3ddb053
|
fix docs
|
2018-06-29 16:12:37 +10:00 |
|
Charlie Somerville
|
4e06d3a063
|
use Bindings for exports rather than Environment
|
2018-06-29 14:06:33 +10:00 |
|
Rob Rix
|
3fdc28bcc6
|
Merge branch 'master' into deterministic-json-assignment
|
2018-06-28 22:45:41 -04:00 |
|
Rob Rix
|
83f76917c7
|
The main combinators are all INLINABLE.
|
2018-06-28 22:18:49 -04:00 |
|
Rob Rix
|
2794ca47bb
|
Spacing.
|
2018-06-28 22:17:58 -04:00 |
|
Rob Rix
|
152c9ea494
|
Bump haskell-tree-sitter for stricter Node copying.
|
2018-06-28 21:58:02 -04:00 |
|
Rob Rix
|
72a85a78ca
|
Use IntSets for the first/follow sets.
|
2018-06-28 18:28:37 -04:00 |
|
Rob Rix
|
bae6780460
|
Build an IntMap table.
|
2018-06-28 18:23:37 -04:00 |
|