]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Fix ~ unary operator (can now const-fold). Also things like b &= ~1 work now. We...
authorDale Weiler <killfieldengine@gmail.com>
Fri, 1 Feb 2013 23:10:23 +0000 (23:10 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 1 Feb 2013 23:10:23 +0000 (23:10 +0000)
commita3559548a8bef626a8b011f1e6363bd8ca635917
treef3c6355033b3688f0b4bc336571b6fb079bd9dd8
parent03b933bc7a20f22d22c0d62bc49b3b9d5fb8a03d
Fix ~ unary operator (can now const-fold).  Also things like b &= ~1 work now.  We also cache ast_value of float (-1) for -1-x (which is how ~ is implemented).
parser.c