aboutsummaryrefslogtreecommitdiff
path: root/ABC/Program.dcl
diff options
context:
space:
mode:
authorCamil Staps2016-07-05 17:25:10 +0200
committerCamil Staps2016-07-05 17:25:10 +0200
commitceb0b74bd0b368124679378ebfb2cf316deb2e39 (patch)
tree7f5c562952bcf0427d838274177123765fe93cf5 /ABC/Program.dcl
parentProgramStore as array for efficiency (diff)
Added Machine as module level
Diffstat (limited to 'ABC/Program.dcl')
-rw-r--r--ABC/Program.dcl13
1 files changed, 0 insertions, 13 deletions
diff --git a/ABC/Program.dcl b/ABC/Program.dcl
deleted file mode 100644
index ffdf948..0000000
--- a/ABC/Program.dcl
+++ /dev/null
@@ -1,13 +0,0 @@
-definition module ABC.Program
-
-from ABC.Def import ::InstrId, ::Instruction, ::State
-
-pc_init :: InstrId
-pc_next :: InstrId -> InstrId
-pc_halt :: InstrId -> InstrId
-pc_end :: InstrId -> Bool
-
-:: ProgramStore
-
-ps_get :: InstrId ProgramStore -> Instruction
-ps_init :: [Instruction] -> ProgramStore