Rewrite expression code.
[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     - Update top-level TODO.
13
14     - Finish polishing code.  Many functions need comments.
15
16 Extension ideas:
17
18     - Short-circuit evaluation of logical ops
19
20     - Conditional operator with ? :
21
22     - User-defined functions.