mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 08:51:59 +00:00
reorg
This commit is contained in:
parent
3bba5398ba
commit
f36e7bb22f
1 changed files with 4 additions and 4 deletions
|
@ -12,11 +12,11 @@ X allow temp defs at higher levels
|
|||
X move the chained funcion support out of emit_function_expr into
|
||||
funciton_expr
|
||||
X pre- and post- increment operators (++ and --)
|
||||
X break/continue keywords for switch() and for(;;)
|
||||
X full scoping
|
||||
I gut out old parser
|
||||
o switch/case, for any type
|
||||
X break/continue keywords for switch() and for(;;)
|
||||
o quaternion type. Tricky: requires 4 word args/return
|
||||
o CSE optimisations
|
||||
X full scoping
|
||||
o short circuit logic for && and || (optional?)
|
||||
o warn for local shaddowing parameter
|
||||
o quaternion type. Tricky: requires 4 word args/return
|
||||
o CSE optimisations. Hard?
|
||||
|
|
Loading…
Reference in a new issue