quakeforge/tools/qfcc
Bill Currie d75c35ba30 Allow qc style function params.
Due to ambiguities in the grammar, qc-style function params and c-style
function params had to be completely separated. This means that qc-style
functions can not use pointers and must use qc-style function declarations
for parameters, and c-style functions must use c-style param declarations.
While this rule is tedious for converting the Ruamoko library, it does
actually make for a more consistent language.
2011-02-13 17:07:14 +09:00
..
doc Objective-C warnings documentation from gcc. 2010-12-16 20:12:24 +09:00
include Add a class type to symbols and rework the CLASS_NAME handling. 2011-02-13 16:05:09 +09:00
source Allow qc style function params. 2011-02-13 17:07:14 +09:00
test Update for the new syntax. 2011-02-08 22:39:42 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
bootstrap scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
configure.in fix CPP_NAME for independently built qfcc 2002-06-04 20:43:11 +00:00
Makefile.am "make dist" fixes 2010-08-21 13:09:53 +09:00
TODO more todos 2010-01-13 06:33:31 +00:00