From b8d64c051663e8b20bf735664e5d254c07e876f8 Mon Sep 17 00:00:00 2001 From: Eric Norige Date: Tue, 19 Feb 2008 11:12:45 -0600 Subject: [PATCH] Updates to TODO.community --- TODO.community | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) rewrite TODO.community (72%) diff --git a/TODO.community b/TODO.community dissimilarity index 72% index fa7e6460a..34ac779d2 100644 --- a/TODO.community +++ b/TODO.community @@ -1,6 +1,29 @@ - -* Ropes for strings + buffers - -** regexes and rich string library over ropes - -* Calendar library (TAI?) + +* Ropes for strings + buffers (unicode) + +** regexes and rich string library over ropes (PCRE?) + +** Immutable strings + +* Calendar library (TAI?) + +* Lazy lists + +* Unit testing + +* libbenchmark (currently only Sys.time_f) + +* DBI? postgres? + +* Everything from Extlib, Annexlib, missinglib, xstr + +* merge fileutils into stdlib + + +Difficult / wishlist +-------------- +* auto-include any types from a .mli file into the corresponding .ml + file + +* Standard set of CamlP4 macros + -- 2.11.4.GIT