3 - Must test vectors on expressions.
5 - Test range syntax (VAR00 to VAR99).
7 - Warnings on domain errors (see "Domain Errors" in SPSS manual)
8 and documentation of such.
10 - Test generic optimizations for correctness.
12 - Finish polishing code. Many functions need comments.
14 - Test the remaining statistical distributions.
16 - Implement unimplemented functions.
18 - Check treatment of 0 bytes in expressions is correct.
22 - Short-circuit evaluation of logical ops
24 - Conditional operator with ? :
26 - User-defined functions.