An Improved Quake C Compiler
Find a file
2012-12-28 19:11:29 +01:00
distro/arch
doc manpage: -Wuninitialized-constant -Wuninitialized-global 2012-12-28 19:11:29 +01:00
msvc
tests noref testcase must use -Wno-uninitialized-global 2012-12-28 19:09:06 +01:00
.gitattributes
ast.c TYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL 2012-12-28 18:05:28 +01:00
ast.h
AUTHORS
code.c memleak 2012-12-28 14:47:27 +00:00
conout.c
exec.c
file.c Fix teh paren! 2012-12-28 15:19:19 +00:00
ftepp.c added util_vasprintf/util_asprintf .. so we can stop assuming a certian static array size for formatting strings ... I expect to see full migration to this before the next release for protection of over/under flows. As well as identifers >= 1024 bytes :) 2012-12-28 15:02:53 +00:00
gmqcc.h TYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL 2012-12-28 18:05:28 +01:00
gmqcc.ini.example
INSTALL
ir.c TYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL 2012-12-28 18:05:28 +01:00
ir.h TYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL 2012-12-28 18:05:28 +01:00
lexer.c
lexer.h
LICENSE
main.c Fixed another possible implementation specific bug thanks to this progressive splint idea :) 2012-12-28 12:43:08 +00:00
Makefile
opts.c -Wuninitialized-const, -Wuninitialized-global 2012-12-28 19:07:43 +01:00
opts.def -Wuninitialized-const, -Wuninitialized-global 2012-12-28 19:07:43 +01:00
parser.c -Wuninitialized-const, -Wuninitialized-global 2012-12-28 19:07:43 +01:00
README
splint.sh Fix another Blub bug .. learn to use comments properly :P 2012-12-28 12:54:20 +00:00
test.c Fixed another possible implementation specific bug thanks to this progressive splint idea :) 2012-12-28 12:43:08 +00:00
TODO
utf8.c s/\t/ /g - utf8.c 2012-12-28 12:57:41 +00:00
util.c added util_vasprintf/util_asprintf .. so we can stop assuming a certian static array size for formatting strings ... I expect to see full migration to this before the next release for protection of over/under flows. As well as identifers >= 1024 bytes :) 2012-12-28 15:02:53 +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