mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
spelling corrections
This commit is contained in:
parent
7a195bb910
commit
14ec35176a
1 changed files with 5 additions and 5 deletions
|
@ -9,19 +9,19 @@ X native integer type
|
||||||
X ?: operator
|
X ?: operator
|
||||||
X <op>= operator ( var += expr, etc. )
|
X <op>= operator ( var += expr, etc. )
|
||||||
X allow temp defs at higher levels
|
X allow temp defs at higher levels
|
||||||
X move the chained funcion support out of emit_function_expr into
|
X move the chained function support out of emit_function_expr into
|
||||||
funciton_expr
|
function_expr
|
||||||
X pre- and post- increment operators (++ and --)
|
X pre- and post- increment operators (++ and --)
|
||||||
X break/continue keywords for switch() and for(;;)
|
X break/continue keywords for switch() and for(;;)
|
||||||
X full scoping
|
X full scoping
|
||||||
X gut out old parser
|
X gut out old parser
|
||||||
X switch/case, for any type
|
X switch/case, for any type
|
||||||
X warn for local shaddowing parameter
|
X warn for local shadowing parameter
|
||||||
X clean up error expression handling to minimuse follow on errors
|
X clean up error expression handling to minimize follow on errors
|
||||||
X object oriented features ala Objective-C
|
X object oriented features ala Objective-C
|
||||||
o short circuit logic for && and || (optional?)
|
o short circuit logic for && and || (optional?)
|
||||||
o quaternion type. Tricky: requires 4 word args/return
|
o quaternion type. Tricky: requires 4 word args/return
|
||||||
o CSE optimisations. Hard?
|
o CSE optimizations. Hard?
|
||||||
o fix local structure used/uninitialized warnings
|
o fix local structure used/uninitialized warnings
|
||||||
o arrays in entities/structures?
|
o arrays in entities/structures?
|
||||||
? pass the first two parms in call->b and call->c
|
? pass the first two parms in call->b and call->c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue