An Improved Quake C Compiler
Find a file
2012-11-25 13:55:29 +01:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
tests operator &~= 2012-11-23 14:39:05 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c Change the parser to use the hashtable functions 2012-11-25 13:23:37 +01:00
ast.h Change the parser to use the hashtable functions 2012-11-25 13:23:37 +01:00
AUTHORS Test write access by adding an AUTHORS file 2012-04-24 18:47:09 +02:00
code.c Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
con.c Make it compile with -Wall and -pedantic 2012-11-23 02:23:22 +00:00
exec.c Sign conversion fixes in exec.c 2012-11-23 06:23:20 +00:00
ftepp.c Set correct macro for PP based on the selected standard 2012-11-24 00:37:36 +00:00
gmqcc.h Change the parser to use the hashtable functions 2012-11-25 13:23:37 +01: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 use the hashtables in the IR 2012-11-25 13:37:54 +01:00
ir.h use the hashtables in the IR 2012-11-25 13:37:54 +01:00
lexer.c Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
lexer.h Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c Implemented -W? and -f? as aliases to -Whelp and -fhelp 2012-11-24 00:29:30 +00:00
Makefile ast_binstore_codegen initialize left ir value to null for output left side used for lvalue to prevent clang from warning. Also fixed uninitialized bug in hashtable implementation 2012-11-23 06:26:19 +00:00
opts.def warn about double function declarations... 2012-11-23 22:22:22 +01:00
parser.c Fix some uninitialized values 2012-11-25 13:55:29 +01:00
README Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
test.c Sign conversion fixes in exec.c 2012-11-23 06:23:20 +00:00
util.c Change the parser to use the hashtable functions 2012-11-25 13:23:37 +01:00

The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.