yay, short circuit logic done :)

This commit is contained in:
Bill Currie 2003-10-23 06:21:07 +00:00
parent bcf3738c1c
commit 2469c36302

View file

@ -19,7 +19,7 @@ X switch/case, for any type
X warn for local shadowing parameter
X clean up error expression handling to minimize follow on errors
X object oriented features ala Objective-C
o short circuit logic for && and || (optional?)
X short circuit logic for && and || (optional?)
o quaternion type. Tricky: requires 4 word args/return
o CSE optimizations. Hard?
o fix local structure used/uninitialized warnings