From bb71a70253ae5bf91e99dcd2809471abebea1b69 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 22 Mar 2010 13:19:45 -0400 Subject: Support logical ! operator. --- dimension/common.terminals | 1 + 1 file changed, 1 insertion(+) (limited to 'dimension/common.terminals') diff --git a/dimension/common.terminals b/dimension/common.terminals index b5308e4..b72e836 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -51,6 +51,7 @@ /* Operators */ %left "|" %left "&" +%left "!" %left "=" "!=" "<" "<=" ">" ">=" %left "+" "-" %left "*" "/" -- cgit v1.2.3