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
|
|
|
|
|
2011-02-22 03:23:00 +00:00
|
|
|
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 arrays in entities
|
2010-01-13 06:32:37 +00:00
|
|
|
o embedded nul characters in strings
|
2011-02-22 03:23:00 +00:00
|
|
|
? try to reduce memory consumption
|
2010-01-13 06:32:37 +00:00
|
|
|
? "":"" string concatenation (parser issues)
|