mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
the usual
This commit is contained in:
parent
caeb31e6ca
commit
11381ce593
1 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,10 @@ o break/continue keywords for switch() and for(;;)
|
|||
X native integer type
|
||||
o quaternion type
|
||||
o ?: operator
|
||||
o <op>= operator ( var += expr, etc. )
|
||||
X <op>= operator ( var += expr, etc. )
|
||||
o pre- and post- increment operators (++ and --)
|
||||
o CSE optimisations
|
||||
o gut out old parser
|
||||
I gut out old parser
|
||||
o allow temp defs at higher leves
|
||||
o move the chained funcion support out of emit_function_expr into
|
||||
funciton_expr
|
||||
|
|
Loading…
Reference in a new issue