ba378e8c473cc2299b02bf2ef8bded78e1397e36
[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     - Finish polishing code.  Many functions need comments.
9
10     - Test the remaining statistical distributions.
11
12     - Implement unimplemented functions.
13
14     - Check treatment of 0 bytes in expressions is correct.
15
16 Extension ideas:
17
18     - Short-circuit evaluation of logical ops
19
20     - Conditional operator with ? :
21
22     - User-defined functions.