summaryrefslogtreecommitdiff
path: root/app/Frontend.hs
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-01-04 17:14:09 +0100
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-01-04 17:14:09 +0100
commit1f424d332ec56c8598c89feb2b36f66d98bfc412 (patch)
tree43900ebd091673664859a008ef2bf6f5fc2e1b4f /app/Frontend.hs
parent3cc35a9414a8ba102a63af64bc5647ea75bc10b2 (diff)
downloadprlg-1f424d332ec56c8598c89feb2b36f66d98bfc412.tar.gz
prlg-1f424d332ec56c8598c89feb2b36f66d98bfc412.tar.bz2
ops op
Diffstat (limited to 'app/Frontend.hs')
-rw-r--r--app/Frontend.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Frontend.hs b/app/Frontend.hs
index d4c3dbd..cea9976 100644
--- a/app/Frontend.hs
+++ b/app/Frontend.hs
@@ -92,6 +92,7 @@ interpreter =
(Interp
{ defs = M.empty
, ops = []
+ , opstash = []
, strtable = IR.emptystrtable
, cur = error "no cur"
, cho = []