diff options
author | Camil Staps | 2016-07-01 19:37:38 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-01 19:37:38 +0200 |
commit | b3f1e3ff0404a5182b6eed2d88014b4b4fbd69c2 (patch) | |
tree | c2dbd5b0a43fffc6119510bdc2f5324aa3a0e3b5 /Driver.dcl | |
parent | Assembler (diff) |
Moved to directory, added test program
Diffstat (limited to 'Driver.dcl')
-rw-r--r-- | Driver.dcl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Driver.dcl b/Driver.dcl deleted file mode 100644 index e5dd9f6..0000000 --- a/Driver.dcl +++ /dev/null @@ -1,7 +0,0 @@ -definition module ABC.Driver - -from ABC.Def import ::State, ::Instruction -from ABC.GraphStore import ::Desc - -boot :: ([Instruction], [Desc]) -> State -fetch_cycle :: State -> State |