An Improved Quake C Compiler
Find a file
2012-12-02 04:30:46 +00:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
tests More ternary fixes 2012-12-01 00:50:04 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c Some of the output types were superfluous; others are now put into a function to take care of it 2012-12-01 16:39:29 +01:00
ast.h field constants - revert globals generated after fields 2012-11-30 21:11:25 +01:00
AUTHORS Test write access by adding an AUTHORS file 2012-04-24 18:47:09 +02:00
code.c added __STD_VERSION_[MINOR/MAJOR]__, and vec_upload 2012-12-02 04:30:46 +00:00
con.c Fix indentation of compile_warning 2012-11-30 14:46:56 +01:00
exec.c stof builtin #9 2012-12-01 15:54:13 +01:00
ftepp.c added __STD_VERSION_[MINOR/MAJOR]__, and vec_upload 2012-12-02 04:30:46 +00:00
gmqcc.h added __STD_VERSION_[MINOR/MAJOR]__, and vec_upload 2012-12-02 04:30:46 +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 a type size bug: non-var locals overlapped with var locals, that was bad 2012-12-01 23:23:00 +01:00
ir.h prepare fields before generating globals so we avoid the need for relocating initialized fieldpointers 2012-11-30 21:22:48 +01:00
lexer.c skipwhite bugfix 2012-11-30 21:51:18 +01:00
lexer.h -fcorrect-ternary; by default -std=fteqcc now uses fteqcc's wrong ternary precedence parsing 2012-12-01 13:42:16 +01:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c -fcorrect-ternary; by default -std=fteqcc now uses fteqcc's wrong ternary precedence parsing 2012-12-01 13:42:16 +01:00
Makefile Adding opts.def as dep to everything which has gmqcc.h as dep 2012-11-30 18:21:14 +01:00
opts.def Removed -fomit-null-bytes 2012-12-01 21:19:33 +01:00
parser.c Sanity check for -Wternary-precedence 2012-12-01 12:36:54 +01:00
README Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
test.c Remove trailing whitespace for Blub. 2012-11-26 11:12:06 +00:00
util.c Remove trailing whitespace for Blub. 2012-11-26 11:12:06 +00:00

The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.