X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=syntax.cf;h=de173e86a1fc5cd4f98b837cdd8b3622478bf0b2;hp=313fa556810e0dff5de9602959cdb74cd81073b5;hb=9d0e3c89b286456549c68a816d0729f193498f6a;hpb=de34a0eeb75a54ce9ae058797327cd5ddc853ecc diff --git a/syntax.cf b/syntax.cf index 313fa55..de173e8 100644 --- a/syntax.cf +++ b/syntax.cf @@ -30,7 +30,7 @@ define postDecr i = EPost i Minus ; EVar. Exp3 ::= Ident ; EInt. Exp3 ::= Integer ; ENeg. Exp3 ::= "-" Exp3 ; --- ENot. Exp3 ::= "!" Exp3 ; +ENot. Exp3 ::= "!" Exp3 ; EBool. Exp3 ::= Bool ; EReadI. Exp3 ::= "readInt" ; EReadB. Exp3 ::= "readBool" ;