]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests/goto.qc
Fix ~ unary operator (can now const-fold). Also things like b &= ~1 work now. We...
[xonotic/gmqcc.git] / tests / goto.qc
2013-01-30 Dale WeilerAdded definition file for test-suite, used by default...
2013-01-03 Wolfgang BumillerMerge remote-tracking branch 'origin/pp-unary-numbers'
2013-01-02 Dale WeilerImplemented computed goto + added goto test for testsui...