An Improved Quake C Compiler
Find a file
2013-01-02 21:32:57 +00:00
distro/arch PKGBUILDs: note myself as contributor. 2012-12-27 20:07:58 +01:00
doc Changing -Wtoo-few-parameters to -Winvalid-parameter-count; removing hardcoded COMPILER_GMQCC code which makes invalid parameter counts an error and instead make -std=gmqcc imply -Werror-invalid-parameter-count 2012-12-31 12:29:25 +01:00
msvc Windows stuff for visual studio now offical works with exception to colorized output to cmd (which actually should work). As well as the testsuite which lacks implementations of task_popen/task_pclose. 2012-12-21 06:16:08 -05:00
tests Implemented computed goto + added goto test for testsuite (tests both normal and computed goto statements). 2013-01-02 21:32:57 +00:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
.gitignore add .gitignore file 2012-12-28 23:32:33 +01:00
ast.c Happy new years! 2013-01-01 05:08:55 +00:00
ast.h Happy new years! 2013-01-01 05:08:55 +00:00
AUTHORS Update some info 2012-12-16 23:00:17 +00:00
code.c Happy new years! 2013-01-01 05:08:55 +00:00
conout.c Fix some issues 2013-01-02 16:34:55 +00:00
exec.c Happy new years! 2013-01-01 05:08:55 +00:00
file.c Fix some issues 2013-01-02 16:34:55 +00:00
ftepp.c __VA_ARGS__ support 2013-01-02 14:15:16 +01:00
gmqcc.h Fix some issues 2013-01-02 16:34:55 +00:00
gmqcc.ini.example Changing -Wtoo-few-parameters to -Winvalid-parameter-count; removing hardcoded COMPILER_GMQCC code which makes invalid parameter counts an error and instead make -std=gmqcc imply -Werror-invalid-parameter-count 2012-12-31 12:29:25 +01:00
INSTALL INSTALL: mention ArchLinux PKGBUILDs. 2012-12-26 21:57:26 +01:00
ir.c Happy new years! 2013-01-01 05:08:55 +00:00
ir.h Happy new years! 2013-01-01 05:08:55 +00:00
lexer.c pragma code: signed correctness 2013-01-02 15:20:07 +01:00
lexer.h remove ast.h-include from lexer.h to parser.c... 2013-01-02 15:08:02 +01:00
LICENSE Update some info 2012-12-16 23:00:17 +00:00
main.c Happy new years! 2013-01-01 05:08:55 +00:00
Makefile Makefile: ftepp.o: lexer.h 2013-01-02 15:05:52 +01:00
opts.c Happy new years! 2013-01-01 05:08:55 +00:00
opts.def Happy new years! 2013-01-01 05:08:55 +00:00
parser.c Implemented computed goto + added goto test for testsuite (tests both normal and computed goto statements). 2013-01-02 21:32:57 +00:00
README Update some info 2012-12-16 23:00:17 +00:00
splint.sh Fix evaluation order bug 2012-12-30 11:01:45 +00:00
test.c Fix some issues 2013-01-02 16:34:55 +00:00
TODO TODO: fix typos 2012-12-26 19:15:40 +01:00
utf8.c Happy new years! 2013-01-01 05:08:55 +00:00
util.c Implemented a optimized hash-set that can be used in various parts of the compiler (to get a little more speed). I intend this to replace the hackery that is code_genstring, and code_util_str_htgeth. 2013-01-01 07:59:04 +00:00

GMQCC: An improved Quake C compiler

For licensing:          see the LICENSE file.
For installation notes: see the INSTALL file.
For a list of authors:  see the AUTHORS file.

For documentation:
    See the manpages, or visit the documentation online at
    http://graphitemaster.github.com/gmqcc/doc.html