+Sat Mar 20 13:55:36 2004 Ben Pfaff <blp@gnu.org>
+
+ * TODO: Updated.
+
Wed Feb 11 23:54:15 2004 Ben Pfaff <blp@gnu.org>
* pref.h.orig: Don't meddle with __WIN32__, __MSDOS, __DJGPP__,
-Time-stamp: <2004-03-14 22:12:02 blp>
+Time-stamp: <2004-03-20 10:33:19 blp>
TODO
----
+Write DATE, USE.
+
+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
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.