joshvera
|
60b47317c1
|
Relax class heritage structure in Syntax.Class
|
2017-03-28 18:16:04 -04:00 |
|
joshvera
|
9c5e73897b
|
Add interfaces
|
2017-03-28 15:54:31 -04:00 |
|
joshvera
|
f86d43a6e5
|
Add namespace mapping
|
2017-03-28 15:43:21 -04:00 |
|
joshvera
|
01a8087b0a
|
Map public_field_definition to FieldDecl and fix up VarDecl and VarAssignment mappings
|
2017-03-28 13:00:15 -04:00 |
|
joshvera
|
d05e297084
|
Relax VarDecl and VarAssignment constraints
|
2017-03-27 16:28:37 -04:00 |
|
Timothy Clem
|
94dc2ac506
|
Implement NFData instances so we can deepseq
|
2017-03-13 16:46:52 -07:00 |
|
Rob Rix
|
802fef2d5a
|
Define an Eq1 instance for Syntax.
|
2017-02-21 16:26:11 -05:00 |
|
Timothy Clem
|
2f230a485e
|
Add receiver to Syntax.Method
|
2017-02-07 14:53:15 -08:00 |
|
Rob Rix
|
41a10c977f
|
Merge remote-tracking branch 'origin/master' into consolidate-common-term-assignment-patterns
|
2017-01-25 20:44:58 -05:00 |
|
joshvera
|
bd5b2a4c93
|
Add optional type to Syntax.Function
|
2017-01-25 11:41:09 -05:00 |
|
Rob Rix
|
2929fb3cb4
|
Rename Syntax.Error to ParseError.
|
2017-01-25 03:09:53 -05:00 |
|
Rob Rix
|
e5902d9358
|
Switch takes a list of subject clauses.
|
2017-01-23 15:02:52 -05:00 |
|
Rob Rix
|
f5d22fcc4d
|
Syntax.Ty takes a list of fields.
|
2017-01-23 14:39:12 -05:00 |
|
joshvera
|
7f396dd7b7
|
Rename Default to DefaultCase
|
2017-01-18 14:06:45 -05:00 |
|
joshvera
|
d34b8e2354
|
Parse methods
|
2017-01-18 13:38:31 -05:00 |
|
joshvera
|
8e88838495
|
Merge remote-tracking branch 'origin/master' into more-go-terms
|
2017-01-18 11:14:03 -05:00 |
|
joshvera
|
fc55bee5fc
|
Change Break and Continue to take a Maybe
|
2017-01-17 17:20:50 -05:00 |
|
joshvera
|
c3201ed689
|
Map var declarations to VarDecl
|
2017-01-17 14:56:59 -05:00 |
|
joshvera
|
52c4f1a7b4
|
Add tag to FieldDecl
|
2017-01-17 11:53:44 -05:00 |
|
joshvera
|
20ead53d1c
|
Add send statements
|
2017-01-12 18:39:09 -05:00 |
|
joshvera
|
98f2407677
|
Add Ty syntax
|
2017-01-12 17:56:41 -05:00 |
|
Rick Winfrey
|
9d9e3e295f
|
Add FieldDecl Syntax
|
2017-01-11 15:06:06 -08:00 |
|
joshvera
|
5d1e105dc3
|
Parse type declarations
|
2017-01-10 18:04:34 -05:00 |
|
joshvera
|
0d13819f30
|
Make a switch statements clause a Maybe
|
2017-01-10 16:41:55 -05:00 |
|
joshvera
|
cbd132c8dc
|
Add a Default Syntax for default cases
|
2017-01-10 16:05:55 -05:00 |
|
joshvera
|
3d95799fc7
|
Handle parameter declarations
|
2017-01-10 15:09:09 -05:00 |
|
Rob Rix
|
1ee9a60039
|
🔥 Arbitrary instances.
|
2017-01-09 14:59:04 -05:00 |
|
joshvera
|
ae40908cd2
|
Update go tests
|
2017-01-05 17:08:28 -05:00 |
|
Rob Rix
|
c6b3025635
|
Define a Listable instance over Syntax leaf recur.
|
2017-01-05 15:22:56 -05:00 |
|
Rob Rix
|
7676e162cb
|
Define a Listable1 instance over Listable leaf => Syntax leaf.
|
2017-01-05 15:22:49 -05:00 |
|
Rob Rix
|
15bc5d2cda
|
Define a Listable2 instance over Syntax.
|
2017-01-05 15:22:29 -05:00 |
|
Timothy Clem
|
91721682a6
|
Give BEGIN/END their own Syntax
|
2016-12-12 15:26:26 -08:00 |
|
joshvera
|
563652355d
|
Add ArrayTy, DictionaryTy, StructTy, Struct
|
2016-12-06 16:09:04 -05:00 |
|
Timothy Clem
|
6e42369ffe
|
Collapse up math assignment into operator assignment syntax
|
2016-12-06 12:36:56 -08:00 |
|
Timothy Clem
|
048ac119ed
|
Remove need for Binary and Unary - just use operator instead.
|
2016-12-06 11:43:20 -08:00 |
|
Timothy Clem
|
97c17a1b5c
|
Just moving operator_assignment around
|
2016-12-06 11:42:41 -08:00 |
|
Timothy Clem
|
907d9d6cff
|
Update termConstruction for ruby with new unary and binary
|
2016-12-06 11:23:10 -08:00 |
|
Timothy Clem
|
2ee93b4525
|
New shape for yield statements
|
2016-12-05 15:56:18 -08:00 |
|
Timothy Clem
|
47402c7c8a
|
New shape for return statements
|
2016-12-05 15:54:59 -08:00 |
|
Rick Winfrey
|
859820cfb2
|
Added support for Continue statements in JavaScript
|
2016-11-30 15:40:06 -06:00 |
|
Rick Winfrey
|
1329d6c763
|
Add Break Syntax constructor
|
2016-11-30 15:30:51 -06:00 |
|
joshvera
|
2ea54313a4
|
Add type conversions
|
2016-11-21 15:44:31 -05:00 |
|
joshvera
|
83453dd54f
|
Add type assertions
|
2016-11-21 15:27:06 -05:00 |
|
joshvera
|
30a3961409
|
Add go, defer, and subscript access statements
|
2016-11-14 19:05:02 -05:00 |
|
joshvera
|
6e248e76f0
|
Add select statements
|
2016-11-14 17:47:04 -05:00 |
|
Timothy Clem
|
ba9e0424ff
|
Implement until as a negation of while
|
2016-11-07 13:33:41 -08:00 |
|
Timothy Clem
|
cafcd8fd91
|
Implement unless as a Negate syntax
|
2016-11-07 13:12:53 -08:00 |
|
Timothy Clem
|
363fb62bd7
|
Remove comment
|
2016-11-07 13:11:03 -08:00 |
|
Timothy Clem
|
b541a903dd
|
Collapse up Ruby begin with Try syntax
|
2016-11-07 10:26:59 -08:00 |
|
Timothy Clem
|
2b195508fd
|
Streamline block expression
|
2016-11-04 15:45:26 -07:00 |
|