An Improved Quake C Compiler
Find a file
2012-11-18 11:43:46 +01:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
testsuite Testcases for parameter shadowing 2012-11-11 10:13:00 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c Free the 3 actual vectors, not the first 3 times 2012-11-15 21:40:32 +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 Some more changes: added redirout/redirerr command line options 2012-11-15 03:38:20 +00:00
exec.c Replaced it all... 2012-11-15 18:32:09 +01:00
ftepp.c Lexer should keep newlines in merged lines, so will the preprocessor, but therefore the lexer will replace comments with actual spaces so we don't get borken output... also don't error about redifining a macro when inside a non-outputting #if branch 2012-11-16 23:13:53 +01:00
gmqcc.h importing initial ftepp.c; -E option now executes the preprocessor 2012-11-16 16:57:59 +01:00
gmqcc.vcxproj gmqcc now builds on visual studio 2012-08-14 19:06:53 -04:00
ir.c Some printf/con_out/con_err conversions, guarded some outputs with not-opts_pp_only so the -E switch can print to stdout normally 2012-11-18 11:43:46 +01:00
ir.h Replaced it all... 2012-11-15 18:32:09 +01:00
lexer.c Merge branch 'master' into ftepp 2012-11-17 11:34:00 +01:00
lexer.h mergelines flag for the lexer to handle a backslash-newline 2012-11-16 20:29:20 +01:00
main.c Some printf/con_out/con_err conversions, guarded some outputs with not-opts_pp_only so the -E switch can print to stdout normally 2012-11-18 11:43:46 +01:00
Makefile Merge branch 'master' into ftepp 2012-11-17 11:34:00 +01:00
opts.def ## concatenation, -Wpreprocessor warning about redefining macros, #undef 2012-11-16 22:54:59 +01:00
parser.c Some printf/con_out/con_err conversions, guarded some outputs with not-opts_pp_only so the -E switch can print to stdout normally 2012-11-18 11:43:46 +01:00
util.c Fixing util_memory_r 2012-11-15 21:36:36 +01:00