diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2023-02-22 22:23:35 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2023-02-22 22:24:29 +1300 |
| commit | bad32a12573bf14968746ea9ad0f6c4f20b50cf1 (patch) | |
| tree | 26ce098f30f054b2f2a742d2c06b857951ea68db /DSL/Types.hs | |
| parent | 0bde837174fcb9c17cb3adbf6bc3c7407cab10df (diff) | |
Re-work program structure, MAIN entrypoint + only PROC definitions
Diffstat (limited to 'DSL/Types.hs')
| -rw-r--r-- | DSL/Types.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/DSL/Types.hs b/DSL/Types.hs index 7467bfd..aa1fb22 100644 --- a/DSL/Types.hs +++ b/DSL/Types.hs @@ -69,8 +69,6 @@ type ProcSpec = (ProcName, [Block]) type ProcTable = Map ProcName [Block] -type Program = [Block] - data Machine = Machine { ok :: Bool , stack :: Stack , pTable :: ProcTable |
