An Improved Quake C Compiler
For an enduring period of time the options for a decent compiler for the Quake C programming language were confined to a specific compiler known as QCC. Attempts were made to extend and improve upon the design of QCC, but many foreseen the consequences of building on a broken foundation. The solution was obvious, a new compiler; one born from the NIH realm of sarcastic wit. We welcome you. You won't find a better Quake C compiler.
GMQCC is committed to keeping backwards compatability with your existing QuakeC code, to do this we support the oddities, and otherwise broken or incorrect behaviour of existing compilers such as QCC and FTEQCC, so that you can rest easy knowing your code will work.
$ git clone git://github.com/graphitemaster/gmqcc.git
$ cd gmqcc
$ make
Having trouble with GMQCC? Join our IRC channel at #gmqcc on irc.freenode.net or contact Us