X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Skelsyntax.hs;h=07898ef6d2aa24e4e2ff417f75af2b21268368cb;hb=ef4659dbfa5051372cf067f8c0ed2bbe77146650;hp=5f49a5b5a4d392571d9009e04c94d63961e34ff8;hpb=6103c0359b95557566aa9154efa5bcd4d9c996f6;p=proglang.git 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