|
@@ -86,7 +86,7 @@ and expAsStr t (NumExp x) = Int.toString x
|
|
in
|
|
in
|
|
Int.toString v1
|
|
Int.toString v1
|
|
end
|
|
end
|
|
- | expAsStr t (EseqExp (s,e)) = "seq expr"
|
|
|
|
|
|
+ | expAsStr t (EseqExp (s,e)) = expAsStr (interpStm t s) e
|
|
|
|
|
|
|
|
|
|
fun interp s = interpStm [] s
|
|
fun interp s = interpStm [] s
|