diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-02-26 16:58:56 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-02-26 16:58:56 +0100 |
| commit | bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c (patch) | |
| tree | 0e478b2301cdcaa35d896629768aa20a0c62d3cd /app/Compiler.hs | |
| parent | 27494c044e54f1bfe8fac466f9416b6e17d58b4d (diff) | |
| download | prlg-bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c.tar.gz prlg-bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c.tar.bz2 | |
yolo version
Diffstat (limited to 'app/Compiler.hs')
| -rw-r--r-- | app/Compiler.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Compiler.hs b/app/Compiler.hs index 749ecdb..afa7e71 100644 --- a/app/Compiler.hs +++ b/app/Compiler.hs @@ -3,7 +3,8 @@ module Compiler where import Data.Char (isUpper) import qualified Data.Map as M -import Code (Code, Datum(..), Heap, Instr(..), heapStruct) +import Code (Code, Datum(..), Heap, Instr(..)) +import Heap (heapStruct) import IR (Id(..), PrlgInt(..), StrTable(..)) desugarPrlg :: Int -> PrlgInt -> PrlgInt |
