An Improved Quake C Compiler
Find a file
Dale Weiler 61fa54318c Merge branch 'master' into test-suite
Conflicts:
	Makefile
	ir.c
2012-11-19 02:13:46 +00:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
tests Added test for variadic arguments 2012-11-19 02:11:24 +00:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c remove a redundant ir_function member 2012-11-18 20:36:02 +01:00
ast.h Replaced it all... 2012-11-15 18:32:09 +01:00
AUTHORS Test write access by adding an AUTHORS file 2012-04-24 18:47:09 +02:00
code.c Replaced it all... 2012-11-15 18:32:09 +01:00
con.c New test-suite initial implementation. Just need to write some tests. 2012-11-17 02:54:30 +00:00
exec.c Make the disasm a bit more verbose as to where globals are 2012-11-18 20:32:22 +01:00
ftepp.c Added #include 2012-11-18 16:22:07 +01:00
gmqcc.h Merge branch 'master' into test-suite 2012-11-19 02:13:46 +00:00
gmqcc.vcxproj gmqcc now builds on visual studio 2012-08-14 19:06:53 -04:00
INSTALL Checking in an INSTALL file 2012-11-18 18:54:10 +01:00
ir.c remove a redundant ir_function member 2012-11-18 20:36:02 +01:00
ir.h remove a redundant ir_function member 2012-11-18 20:36:02 +01:00
lexer.c Fixing some indentation 2012-11-18 20:56:11 +01:00
lexer.h Experimental support for push/pop(line) pragmas 2012-11-18 15:14:42 +01:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c Merge branch 'master' into test-suite 2012-11-19 02:13:46 +00:00
Makefile Merge branch 'master' into test-suite 2012-11-19 02:13:46 +00:00
opts.def The ftepp now always outputs into a string buffer, with -E the buffer will be dumped to stdout or the via -o specified file, without -E it'll be passed to the parser to be compiled 2012-11-18 13:33:53 +01:00
parser.c Make functions copy their extparams 2012-11-18 20:06:28 +01:00
README Importing a tiny README file 2012-11-18 19:15:20 +01:00
test.c Added command line parsing to test-suite 2012-11-19 02:05:18 +00:00
util.c New test-suite initial implementation. Just need to write some tests. 2012-11-17 02:54:30 +00:00

						   The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.