0e67fdc21c
WIP: This parser just type checks, it hasn't even been tested manually. Check new tasks in the TODO file and the TODO comments in the code for more gotchas.
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
## AST
|
|
- Data type accessors
|
|
- Deal with Location
|
|
- Deal with Strictness/unboxing
|
|
|
|
## Parser
|
|
- Guard `type_` and `value` match when used together
|
|
- Tests!
|
|
- Simplify unnecessary `newtypes` with type synonyms
|
|
- Handle errors
|