diff options
author | Camil Staps | 2018-12-25 10:39:25 +0100 |
---|---|---|
committer | Camil Staps | 2018-12-25 10:39:25 +0100 |
commit | 930f3d68b02bd0089e209eb80328f5db2e6fd821 (patch) | |
tree | a230ab013258eece6554b6e6dc8291d6646d2252 /Sjit/Run.dcl | |
parent | Inline +, *, - and / (diff) |
Add comparisons; tak example
Diffstat (limited to 'Sjit/Run.dcl')
-rw-r--r-- | Sjit/Run.dcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sjit/Run.dcl b/Sjit/Run.dcl index aff22fc..371f4f5 100644 --- a/Sjit/Run.dcl +++ b/Sjit/Run.dcl @@ -2,5 +2,4 @@ definition module Sjit.Run from Sjit.Compile import :: CompileState -interpret :: !CompileState -> Int exec :: !CompileState -> Int |