diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 13:19:45 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 13:19:45 -0400 |
commit | bb71a70253ae5bf91e99dcd2809471abebea1b69 (patch) | |
tree | 26c145bbdcb6ba71b2f272641439692c30a5254b /dimension/common.terminals | |
parent | ac3e97014885af00b5a2eb01df232221482db023 (diff) | |
download | dimension-bb71a70253ae5bf91e99dcd2809471abebea1b69.tar.xz |
Support logical ! operator.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 1 |
1 files changed, 1 insertions, 0 deletions
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 "*" "/" |