An Improved Quake C Compiler
Find a file
2013-10-18 16:28:28 +02:00
distro
doc
misc
msvc
syntax
tests type and argument parsing improved to handle the field/vararg ambiguity; tests added 2013-10-18 16:28:28 +02:00
.gitattributes
.gitignore
.travis.yml
ansi.c We're doing it this way. 2013-10-18 05:37:26 -04:00
ast.c replacing the current [[accumulate]] implementation: shorter and simpler, and also supports non-void return types 2013-10-18 11:26:41 +02:00
ast.h replacing the current [[accumulate]] implementation: shorter and simpler, and also supports non-void return types 2013-10-18 11:26:41 +02:00
AUTHORS
BSDmakefile Update deps 2013-10-17 04:27:34 -04:00
CHANGES Update changes 2013-10-17 03:44:33 -04:00
code.c
conout.c
correct.c
exec.c
fold.c Fix handling on intrinsic folding, this closes #118. 2013-10-17 00:14:42 -04:00
fs.c
ftepp.c Undo fix and actually use a macro in the accumulation test .. just incase. 2013-10-17 20:34:16 -04:00
gmqcc.h We're doing it this way. 2013-10-18 05:37:26 -04:00
gmqcc.ini.example
include.mk
INSTALL
intrin.c Fix handling on intrinsic folding, this closes #118. 2013-10-17 00:14:42 -04:00
ir.c replacing the current [[accumulate]] implementation: shorter and simpler, and also supports non-void return types 2013-10-18 11:26:41 +02:00
ir.h replacing the current [[accumulate]] implementation: shorter and simpler, and also supports non-void return types 2013-10-18 11:26:41 +02:00
lexer.c Implement support for octal constants, this closes #97. 2013-10-17 05:17:30 -04:00
lexer.h
LICENSE
main.c
Makefile Update deps 2013-10-17 04:27:34 -04:00
msvc.c We're doing it this way. 2013-10-18 05:37:26 -04:00
opts.c
opts.def
pak.c
parser.c type and argument parsing improved to handle the field/vararg ambiguity; tests added 2013-10-18 16:28:28 +02:00
parser.h Fix handling on intrinsic folding, this closes #118. 2013-10-17 00:14:42 -04:00
platform.h We're doing it this way. 2013-10-18 05:37:26 -04:00
PORTING
README
stat.c Cleaner traces 2013-10-17 04:23:53 -04:00
test.c We're doing it this way. 2013-10-18 05:37:26 -04:00
TODO
utf8.c
util.c We're doing it this way. 2013-10-18 05:37:26 -04: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

For description on porting GMQCC to other platforms, or information
on how to approach porting GMQCC to more 'exotic' platforms:
    See the PORTING file.