X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=Skelsyntax.hs;h=07898ef6d2aa24e4e2ff417f75af2b21268368cb;hp=5f49a5b5a4d392571d9009e04c94d63961e34ff8;hb=9d0e3c89b286456549c68a816d0729f193498f6a;hpb=de34a0eeb75a54ce9ae058797327cd5ddc853ecc diff --git a/Skelsyntax.hs b/Skelsyntax.hs index 5f49a5b..07898ef 100644 --- a/Skelsyntax.hs +++ b/Skelsyntax.hs @@ -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