Rob Rix
|
fef2cd171a
|
Use MonadError in runParser.
|
2017-09-01 15:51:53 -04:00 |
|
Rob Rix
|
3b23701d39
|
Define an Exception instance for Error.
|
2017-09-01 15:51:53 -04:00 |
|
Rob Rix
|
8801b21c77
|
Derive a Typeable instance for Error.
|
2017-09-01 15:51:53 -04:00 |
|
Rob Rix
|
bc6292e966
|
Add a MonadError instance to Task.
|
2017-09-01 15:51:53 -04:00 |
|
Rob Rix
|
02779ee47e
|
Add Throw/Catch primitives to Task.
|
2017-09-01 15:51:53 -04:00 |
|
Rob Rix
|
8043c3f472
|
📝 LiftIO.
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
5433e3fefd
|
Bump Python grammar
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
e32dcda398
|
🔥 no longer valid symbols
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
446e143ee3
|
🔥 argument
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
1bb5cf5a13
|
Update everything for new assignments
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
15f1cdcb0c
|
Assign parenthesizedExpression
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
54008762c6
|
Assign keywordArgument
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
6e579b09e8
|
Assign dictionarySplat
|
2017-09-01 15:51:53 -04:00 |
|
Rick Winfrey
|
7b03af69a2
|
Assign listSplat
|
2017-09-01 15:51:53 -04:00 |
|
joshvera
|
be8b303ccc
|
Add public field definition and class body statements
|
2017-08-28 19:04:40 -04:00 |
|
joshvera
|
0106509adc
|
Replace typescript syntax parser with assignment parser
|
2017-08-28 15:02:11 -04:00 |
|
joshvera
|
5c8982afc8
|
Merge remote-tracking branch 'origin/master' into typescript-assignment
|
2017-08-28 12:52:59 -04:00 |
|
joshvera
|
4f5f912d9e
|
Merge remote-tracking branch 'origin/master' into typescript-assignment
|
2017-08-28 12:48:36 -04:00 |
|
joshvera
|
bc68170623
|
Remove some children calls from source uses and add missing ones
|
2017-08-25 14:28:30 -04:00 |
|
joshvera
|
64516f9de9
|
import chunksOf and NonEmpty for paritioning and term
|
2017-08-25 14:27:49 -04:00 |
|
joshvera
|
73722435b5
|
import contextualize
|
2017-08-25 14:27:22 -04:00 |
|
joshvera
|
9d04fe5249
|
Partition expression, statement, and declaration
|
2017-08-25 14:26:58 -04:00 |
|
joshvera
|
9b4bacea49
|
remove headF
|
2017-08-25 14:25:38 -04:00 |
|
joshvera
|
965c7dd84f
|
Remove value from Readonly
|
2017-08-25 14:24:58 -04:00 |
|
Rob Rix
|
84aaba64d9
|
Add a convenience to read a file and guess its language.
|
2017-08-25 12:25:18 -04:00 |
|
Rob Rix
|
c7b7d1516e
|
Define a pretty-printing convenience.
|
2017-08-25 12:23:22 -04:00 |
|
Rob Rix
|
b318e31b2b
|
Stub in a Semantic.Util module.
|
2017-08-25 12:22:22 -04:00 |
|
Rob Rix
|
9a370137df
|
Define prettyBytes once for all syntax modules.
|
2017-08-25 12:20:17 -04:00 |
|
joshvera
|
b99309bcc5
|
Merge remote-tracking branch 'origin/master' into typescript-assignment
|
2017-08-25 12:18:09 -04:00 |
|
joshvera
|
2259ccf44b
|
add missing signatures
|
2017-08-24 17:46:33 -04:00 |
|
joshvera
|
093b360676
|
remove unused import
|
2017-08-24 17:46:22 -04:00 |
|
joshvera
|
12f7142ada
|
don't warn about bindings
|
2017-08-24 17:46:15 -04:00 |
|
joshvera
|
7bd60b7c50
|
postContextualize fromClause
|
2017-08-24 16:14:07 -04:00 |
|
joshvera
|
6e59dcc24c
|
A program is a list of statements
|
2017-08-24 12:23:15 -04:00 |
|
joshvera
|
b9d0e14149
|
undefined != undefined'
|
2017-08-24 12:23:07 -04:00 |
|
joshvera
|
f1ae96392d
|
Add typescriptParser
|
2017-08-24 12:22:44 -04:00 |
|
joshvera
|
55656c5589
|
Add a million terms
|
2017-08-24 12:14:08 -04:00 |
|
joshvera
|
75a1c1b5fb
|
Andd Throw and DoWhile
|
2017-08-24 12:13:52 -04:00 |
|
joshvera
|
4c7654c2a4
|
Add Regex and For
|
2017-08-24 12:13:44 -04:00 |
|
joshvera
|
77679701cb
|
Add Delete, Void, and Typeof
|
2017-08-24 12:13:32 -04:00 |
|
joshvera
|
60fec850d9
|
Add context param to Call constructors in Ruby.Syntax
|
2017-08-24 12:13:15 -04:00 |
|
joshvera
|
6d025751f7
|
Add context param to Call constructors in Python.Syntax
|
2017-08-24 12:11:19 -04:00 |
|
joshvera
|
ed45f1f77d
|
Add Regex
|
2017-08-24 12:10:52 -04:00 |
|
joshvera
|
256c5acdba
|
add Void, Typeof, and Delete
|
2017-08-24 12:10:43 -04:00 |
|
joshvera
|
e485de311a
|
Add context to Call
|
2017-08-24 12:10:27 -04:00 |
|
Rob Rix
|
3cf40a72e1
|
Fix the fix to Syntax’ Pretty1 instance.
|
2017-08-23 12:10:31 -04:00 |
|
Rob Rix
|
7c89e45c53
|
Add GAlign to the deriving clause.
|
2017-08-23 12:10:24 -04:00 |
|
Rob Rix
|
0d9b29f6b6
|
Fix Syntax’ Pretty1 instance.
|
2017-08-23 12:09:22 -04:00 |
|
Rob Rix
|
622a7b714a
|
Give explicit (generic) definitions of liftPretty for all the syntax types.
|
2017-08-23 12:08:04 -04:00 |
|
Rob Rix
|
13df366dcd
|
Define Patch’s Pretty1 instance generically.
|
2017-08-23 12:07:39 -04:00 |
|