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