start instruction evaluator

This commit is contained in:
Ilya Rezvov
2018-03-14 21:12:01 -07:00
parent 1b4a79655f
commit edbdeaec46
5 changed files with 82 additions and 26 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ type Expression = [Instruction]
data Function = Function {
funcType :: TypeIndex,
locals :: LocalsType,
localTypes :: LocalsType,
body :: Expression
} deriving (Show, Eq)