diff options
author | Marvin Borner | 2022-06-18 01:33:20 +0200 |
---|---|---|
committer | Marvin Borner | 2022-06-18 01:33:20 +0200 |
commit | 326fbb6544cce5c1f85b5b2fecae5767dbd9fa32 (patch) | |
tree | bdc4302cdf4f02c9b9c04ad54ab4a6626d5868c4 /src/Helper.hs | |
parent | 3a8e9afd461cf648fc6904df64eb76a3a95eeb99 (diff) |
Switched to Megaparsec
Diffstat (limited to 'src/Helper.hs')
-rw-r--r-- | src/Helper.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Helper.hs b/src/Helper.hs index 60941be..0045bd1 100644 --- a/src/Helper.hs +++ b/src/Helper.hs @@ -1,7 +1,6 @@ module Helper where import Control.Monad.State -import Text.Parsec hiding ( State ) data Error = UndeclaredFunction String | DuplicateFunction String | InvalidIndex Int | FatalError String instance Show Error where |