diff options
Diffstat (limited to 'Sjit/Run.dcl')
-rw-r--r-- | Sjit/Run.dcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Sjit/Run.dcl b/Sjit/Run.dcl new file mode 100644 index 0000000..aff22fc --- /dev/null +++ b/Sjit/Run.dcl @@ -0,0 +1,6 @@ +definition module Sjit.Run + +from Sjit.Compile import :: CompileState + +interpret :: !CompileState -> Int +exec :: !CompileState -> Int |