Parse expressions
Only '=' for now.
This commit is contained in:
parent
1547561fa5
commit
744091de01
3 changed files with 18 additions and 6 deletions
|
|
@ -36,6 +36,7 @@ library
|
|||
base >=4.7 && <5
|
||||
, containers
|
||||
, megaparsec
|
||||
, parser-combinators
|
||||
, text
|
||||
, transformers
|
||||
default-language: Haskell2010
|
||||
|
|
@ -51,6 +52,7 @@ executable propa-tools-exe
|
|||
base >=4.7 && <5
|
||||
, containers
|
||||
, megaparsec
|
||||
, parser-combinators
|
||||
, propa-tools
|
||||
, text
|
||||
, transformers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue