An Improved Quake C Compiler
Find a file
2012-11-25 19:19:36 +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 Some side-effect propagation for better warnings, so that comma-operators with assignments in them don't cause the -Weffectless-statement warning, and fixing ternary precedence for fte operator list 2012-11-25 19:19:36 +01:00
ast.h Some side-effect propagation for better warnings, so that comma-operators with assignments in them don't cause the -Weffectless-statement warning, and fixing ternary precedence for fte operator list 2012-11-25 19:19:36 +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 Allow strings to contain a backslash and a newline at the end 2012-11-25 18:38:04 +01:00
lexer.h Some side-effect propagation for better warnings, so that comma-operators with assignments in them don't cause the -Weffectless-statement warning, and fixing ternary precedence for fte operator list 2012-11-25 19:19:36 +01:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c Guard translatable strings by -ftranslatable-strings, defaults to ON with -std=fteqcc 2012-11-25 18:25:01 +01: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 Guard translatable strings by -ftranslatable-strings, defaults to ON with -std=fteqcc 2012-11-25 18:25:01 +01:00
parser.c Some side-effect propagation for better warnings, so that comma-operators with assignments in them don't cause the -Weffectless-statement warning, and fixing ternary precedence for fte operator list 2012-11-25 19:19:36 +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.