An Improved Quake C Compiler
Find a file
2013-04-25 17:39:12 +02:00
distro Website target to distro makefile for updating gh-pages 2013-04-22 06:14:26 +00:00
doc manpage: document and explain __FUNC__ and __NULL__ 2013-04-24 17:42:48 +02:00
misc Make ftepps __NULL__ translate to gmqccs untyped nil keyword (this isn't correct behaviour of the __NULL__ constant, but it works) 2013-04-24 04:17:17 +00:00
msvc Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
syntax Add jedit syntax highlighting support, thanks to LordHavoc (made some changes to reflect gmqcc syntax more) 2013-04-21 08:13:39 +00:00
tests Allow string concatenation in the parser as well, for now only for immediate strings and __FUNC__, maybe later -fpermissive or somethign could allow it on const-delcared string variables 2013-04-24 17:27:04 +02:00
.gitattributes
.gitignore Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
.travis.yml
ast.c Grrrr 2013-04-24 17:47:42 +02:00
ast.h Grrrr 2013-04-24 17:47:42 +02:00
AUTHORS
CHANGES Fixes 2013-04-21 10:13:51 +00:00
code.c No more globals for codegen 2013-04-25 09:35:30 +00:00
conout.c Grrrr 2013-04-24 17:47:42 +02:00
correct.c Grrrr 2013-04-24 17:47:42 +02:00
exec.c Apply some static where it belongs 2013-04-25 03:34:42 +00:00
fs.c Grrrr 2013-04-24 17:47:42 +02:00
ftepp.c less globals 2013-04-25 12:08:13 +00:00
gmqcc.h cleaner 2013-04-25 12:08:43 +00:00
gmqcc.ini.example
INSTALL
intrin.h Grrrr 2013-04-24 17:47:42 +02:00
ir.c No more globals for codegen 2013-04-25 09:35:30 +00:00
ir.h Less extern 2013-04-25 12:22:34 +00:00
lexer.c Apply some static where it belongs 2013-04-25 03:34:42 +00:00
lexer.h change the value of TOKEN_EOF 2013-04-25 17:39:12 +02:00
LICENSE
main.c these can be const now 2013-04-25 09:55:58 +02:00
Makefile That is also not needed anymore 2013-04-25 03:37:40 +00:00
opts.c Grrrr 2013-04-24 17:47:42 +02:00
opts.def
pak.c Grrrr 2013-04-24 17:47:42 +02:00
parser.c less globals 2013-04-25 12:08:13 +00:00
README update README to reflect syntax highlighting stuff. 2013-04-21 09:44:08 +00:00
test.c Apply some static where it belongs 2013-04-25 03:34:42 +00:00
TODO
utf8.c Grrrr 2013-04-24 17:47:42 +02:00
util.c Apply some static where it belongs 2013-04-25 03:34:42 +00:00

GMQCC: An improved Quake C compiler

For licensing:           see the LICENSE file.
For installation notes:  see the INSTALL file.
For a list of authors:   see the AUTHORS file.
For a list of changes:   see the CHANGES file.

For documentation:
    See the manpages, or visit the documentation online at
    http://graphitemaster.github.com/gmqcc/doc.html

For syntax highlighting description files, or information
regarding how to install them:
    See the README in syntax directory