Parse expressions

Only '=' for now.
This commit is contained in:
Joscha 2020-12-13 21:56:47 +00:00
parent 1547561fa5
commit 744091de01
3 changed files with 18 additions and 6 deletions

View file

@ -15,6 +15,7 @@ dependencies:
- base >= 4.7 && < 5
- containers
- megaparsec
- parser-combinators
- text
- transformers