An Improved Quake C Compiler
Find a file
Wolfgang (Blub) Bumiller 5897f0439c A nice internal error
2012-11-23 22:15:17 +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 A nice internal error 2012-11-23 22:15:17 +01:00
ast.h removed phi_out from ast_ternary since we have a place in ast_expression_common for this kind of value 2012-11-21 20:13:31 +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 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 relation operation in #if just as wrong as in fteqcc 2012-11-23 21:05:07 +01:00
gmqcc.h Added comment about hashtable 2012-11-23 20:05:53 +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 Fix unused params in ir.c 2012-11-22 21:41:22 +01:00
ir.h 'likely' hint for IFs 2012-11-21 17:37:45 +01:00
lexer.c 'var' is now no keyword anymore, :\ 2012-11-23 22:07:35 +01:00
lexer.h operator &~= 2012-11-23 14:39:05 +01:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c ftepp_out can return a nullptr 2012-11-23 14:59:56 +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 -fperl-logic, off by default, so casting to boolean now 2012-11-21 19:40:11 +01:00
parser.c 'var' is now no keyword anymore, :\ 2012-11-23 22:07:35 +01:00
README Importing a tiny README file 2012-11-18 19:15:20 +01:00
test.c Sign conversion fixes in exec.c 2012-11-23 06:23:20 +00:00
util.c No copy, just store pointer for hash table 2012-11-23 20:01:58 +00:00

						   The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.