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