An Improved Quake C Compiler
Find a file
2012-11-25 18:17:08 +01:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
tests multiple dots to start a field type, ie ..float for a fieldpointer field 2012-11-25 17:37:54 +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 linecounting... 2012-11-25 18:02:54 +01:00
gmqcc.h Revert "Fix type punning warnings" 2012-11-25 14:05:10 +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 linecounting fix for push/pop(line) pragmas 2012-11-25 18:13:46 +01: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 -Wconst-var 2012-11-25 15:56:13 +01:00
parser.c parser_const_string can now create a translatable string 2012-11-25 18:17:08 +01:00
README Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
test.c Fixing propogate->propAgate typo in test.c 2012-11-25 15:39:49 +01:00
util.c fixing a leak in the hashtables, htdel didn't delete the hash_node_t entries 2012-11-25 15:12:16 +01:00

The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.