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
|
|
|
|
|
2001-08-11 22:07:03 +00:00
|
|
|
X native integer type
|
|
|
|
X ?: operator
|
|
|
|
X <op>= operator ( var += expr, etc. )
|
|
|
|
X allow temp defs at higher levels
|
|
|
|
I gut out old parser
|
2001-07-17 21:51:10 +00:00
|
|
|
o switch/case, for any type
|
2001-07-18 05:09:37 +00:00
|
|
|
o break/continue keywords for switch() and for(;;)
|
2001-07-17 21:51:10 +00:00
|
|
|
o quaternion type
|
2001-07-18 05:09:37 +00:00
|
|
|
o pre- and post- increment operators (++ and --)
|
2001-07-18 02:08:32 +00:00
|
|
|
o CSE optimisations
|
2001-08-10 21:19:36 +00:00
|
|
|
o move the chained funcion support out of emit_function_expr into
|
|
|
|
funciton_expr
|