Revise TODO.
[pspp-builds.git] / src / expressions / TODO
1 Needed:
2
3     - Must test vectors on expressions.
4
5     - Test range syntax (VAR00 to VAR99).
6
7     - Warnings on domain errors (see "Domain Errors" in SPSS manual)
8       and documentation of such.
9
10     - Test generic optimizations for correctness.
11
12     - Finish polishing code.  Many functions need comments.
13
14     - Test the remaining statistical distributions.
15
16     - Implement unimplemented functions.
17
18     - Check treatment of 0 bytes in expressions is correct.
19
20 Extension ideas:
21
22     - Short-circuit evaluation of logical ops
23
24     - Conditional operator with ? :
25
26     - User-defined functions.