diff options
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Wed Oct 16 20:19:52 IDT 2013 +Thu Oct 17 22:10:09 IDT 2013 ============================ There were too many files tracking different thoughts and ideas for @@ -40,6 +40,9 @@ Minor Cleanups and Code Improvements Minor New Features ------------------ + Add a div() function to do integer division result. Needed + esp for MPFR with large ints. + Enhance extension/fork.c waitpid to allow the caller to specify the options. And add an optional array argument to wait and waitpid in which to return exit status information. @@ -79,6 +82,8 @@ Major New Features Fix the early chapters in the doc with more up-to-date examples. No-one uses Bulletin Board Systems anymore. + Add ability to do decimal arithmetic. + Rework management of array index storage. (Partially DONE.) Consider using an atom table for all string array indices. @@ -91,6 +96,8 @@ Major New Features ?? Use a new or improved dfa and/or regex library. + Rewrite in C++. + Things To Think About That May Never Happen ------------------------------------------- |