An Improved Quake C Compiler
Find a file
2012-11-21 20:27:41 +00:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
tests Adding break/continue testcases 2012-11-20 00:21:03 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c ast_ternary needs to adopt the output type 2012-11-21 20:57:00 +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 Fix con_vprintmsg madness 2012-11-19 19:19:30 +01:00
exec.c Make the disasm a bit more verbose as to where globals are 2012-11-18 20:32:22 +01:00
ftepp.c Added #include 2012-11-18 16:22:07 +01:00
gmqcc.h casting explicitly to boolean values in early out logic 2012-11-21 19:36:28 +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 casting explicitly to boolean values in early out logic 2012-11-21 19:36:28 +01:00
ir.h 'likely' hint for IFs 2012-11-21 17:37:45 +01:00
lexer.c question mark must result in TOKEN_OPERATOR 2012-11-21 20:42:48 +01:00
lexer.h parsing the ternary 2012-11-21 20:36:42 +01:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c This is probably what was intended actually 2012-11-19 19:06:38 +01:00
Makefile Make makefile runtest rule depend on all to be built 2012-11-21 20:27:41 +00:00
opts.def -fperl-logic, off by default, so casting to boolean now 2012-11-21 19:40:11 +01:00
parser.c error if the ternary operands aren't of the same type - except for the first one of course 2012-11-21 20:56:51 +01:00
README Importing a tiny README file 2012-11-18 19:15:20 +01:00
test.c less verbosity from test suite, just the way blub wants it 2012-11-21 20:26:18 +00:00
util.c New test-suite initial implementation. Just need to write some tests. 2012-11-17 02:54:30 +00:00

						   The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.