quakeforge/tools/qfcc/TODO

22 lines
640 B
Plaintext
Raw Normal View History

2001-07-17 21:51:10 +00:00
o = todo
X = done
? = maybe but not likely
M = more testing
I = in progress
W = waiting on other work
X C style pointer/array declarations (type system in general?)
X better error handling to continue parsing after a syntax error
X fix field defs
M arrays in structures
M unnamed function parameters for prototypes/typdefs etc.
o fix object files
o optimizations (esp CSE)
W fix used/uninitialized warnings
o optional arguments for functions
vector(vector fwd, optional vector up) vectoangles = #51;
o arrays in entities
2010-01-13 06:32:37 +00:00
o embedded nul characters in strings
? try to reduce memory consumption
2010-01-13 06:32:37 +00:00
? "":"" string concatenation (parser issues)