-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
There's only 1 example so far of a Grammar, so add more examples; like JSON & the expression type from the invertible syntax paper.
data Expression
= Variable String
| Literal Integer
| BinOp Expression Operator Expression
| IfZero Expression Expression Expression
data Operator
= AddOp
| MulOpMetadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed