| Age | Commit message (Collapse) | Author |
|
|
|
Only field names are supported for now.
|
|
|
|
This focused mainly on fragments.
|
|
In the Transform module the Full AST will converted to Core AST.
This commit also includes a partial implementation of Fragment replacement.
|
|
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.
|
|
|