]> ruin.nu Git - proglang.git/blobdiff - syntax.cf
added not
[proglang.git] / syntax.cf
index 313fa556810e0dff5de9602959cdb74cd81073b5..de173e86a1fc5cd4f98b837cdd8b3622478bf0b2 100644 (file)
--- 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" ;