diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-01-24 23:35:06 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-01-24 23:35:06 +0100 |
| commit | cce22d561bf529b924fa2cd19d9777125b5ffd88 (patch) | |
| tree | d06075687e24014a202b37935946319430080ae9 /app/Parser.hs | |
| parent | 8a7d54a74e3229d7936426b4d100f97420a6e282 (diff) | |
| download | prlg-cce22d561bf529b924fa2cd19d9777125b5ffd88.tar.gz prlg-cce22d561bf529b924fa2cd19d9777125b5ffd88.tar.bz2 | |
load loads.
Diffstat (limited to 'app/Parser.hs')
| -rw-r--r-- | app/Parser.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Parser.hs b/app/Parser.hs index 8ca8ac2..43b38b5 100644 --- a/app/Parser.hs +++ b/app/Parser.hs @@ -4,6 +4,8 @@ module Parser ( lexPrlg , parsePrlg , shuntPrlg + , PAST + , Lexeme ) where import Control.Monad (void) |
