| Age | Commit message (Collapse) | Author |
|
One AST is meant to be a target parser and tries to adhere as much as possible
to the spec. The other is a simplified version of that AST meant for execution.
Also newtypes have been replaced by type synonyms and NonEmpty lists are being
used where it makes sense.
|
|
The essential change hidden behind the code golfing is using the `tok`
combinator. This was making fail the Kitchen Sink test.
|
|
|
|
|
|
`execute` still needs to be implemented.
|
|
|
|
|
|
This also includes the fixes to make it work. Golden tests have been
removed.
|