Add a list of what I'm working on now.
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index 0071c4b03847380dc21687a8a2408e44b0474d18..c5a488fe8e54e193bcee97afe61380fe1479eb8d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,35 @@
-Time-stamp: <2004-03-14 22:12:02 blp>
+Time-stamp: <2004-03-24 19:52:48 blp>
+
+What Ben's working on now.
+--------------------------
+
+Expression parser/optimizer/evaluator revisions:
+
+       * Testing.
+
+       * Add random distributions.
+
+       * Get rid of Boolean/integer type mismatch errors.
+
+Procedures need to be able to make multiple passes.
+
+Write a better descriptive stats evaluator based on NR two-pass technique,
+revise all existing code to use it.
+
+Update q2c input format description.
+
+Rewrite output subsystem, break into multiple processes.
+
+CROSSTABS needs to be re-examined.
 
 TODO
 ----
 
+There needs to be another layer onto the lexer, which should probably be
+entirely rewritten anyway.  The lexer needs to read entire *commands* at a
+time, not just a *line* at a time.  It also needs to support arbitrary putback,
+probably by just backing up the "current position" in the command buffer.
+
 Scratch variables should not be available for use following TEMPORARY.
 
 Details of N OF CASES, SAMPLE, FILTER, PROCESS IF, TEMPORARY, etc., need to be
@@ -71,11 +98,6 @@ Eliminate private data in struct variable through use of pointers.
 
 Fix som_columns().
 
-There needs to be another layer onto the lexer, which should probably be
-entirely rewritten anyway.  The lexer needs to read entire *commands* at a
-time, not just a *line* at a time.  This would vastly simplify the
-(yet-to-be-implemented) logging mechanism and other stuff as well.
-
 Has glob.c been pared down enough?
 
 Improve interactivity of output by allowing a `commit' function for a page.