quakeforge/tools/qfcc
Bill Currie 001e1ac059 Classify statements into broad types.
The types are expression, assignment, pointer assignment (ie, write to a
dereferenced pointer), move (special case of pointer assignment), state,
function call/return, and flow control. With this classification, it will
be easier (less code:) to determine which operands are inputs and which are
outputs.
2012-11-16 16:16:06 +09:00
..
doc Add an extended mode to qfcc. 2012-07-14 17:16:33 +09:00
include Classify statements into broad types. 2012-11-16 16:16:06 +09:00
source Classify statements into broad types. 2012-11-16 16:16:06 +09:00
test Rework the unary_expr grammar to allow ++*foo. 2012-11-09 12:32:38 +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 Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
TODO Add optional arguments to the todo list. 2012-11-14 14:55:36 +09:00