diff options
Diffstat (limited to 'app/Interpreter.hs')
| -rw-r--r-- | app/Interpreter.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Interpreter.hs b/app/Interpreter.hs index ada3cf0..21340ef 100644 --- a/app/Interpreter.hs +++ b/app/Interpreter.hs @@ -2,7 +2,18 @@ module Interpreter where import Code + ( Builtin(..) + , Cho(..) + , Code + , Datum(..) + , Heap(..) + , Instr(..) + , Interp(..) + , emptyHeap + , emptyScope + ) import qualified Control.Monad.Trans.State.Lazy as St +import Env (PrlgEnv) --import Data.Function import qualified Data.Map as M |
