]> ruin.nu Git - proglang.git/blobdiff - Skelsyntax.hs
added not
[proglang.git] / Skelsyntax.hs
index 5f49a5b5a4d392571d9009e04c94d63961e34ff8..07898ef6d2aa24e4e2ff417f75af2b21268368cb 100644 (file)
@@ -37,6 +37,7 @@ transExp x = case x of
   EVar id  -> failure x
   EInt n  -> failure x
   ENeg exp  -> failure x
+  ENot exp  -> failure x
   EBool bool  -> failure x
   EReadI  -> failure x
   EReadB  -> failure x