From a38bf7e5f0e467593a5e60409550a9b7739f4b30 Mon Sep 17 00:00:00 2001 From: Jonathan Worthington Date: Sun, 2 May 2010 00:13:38 +0200 Subject: [PATCH] Lexical classes now essentially work and are tested. We'll no doubt find bugs, but I the bulk of the work is done, so move them to completed section of the ROADMAP. --- docs/ROADMAP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ROADMAP b/docs/ROADMAP index c1aa6f0ffc2..eb983287c78 100644 --- a/docs/ROADMAP +++ b/docs/ROADMAP @@ -27,7 +27,6 @@ Really important items 1 *** REPL remembers the variable from the last line (D, jnthn) 1 * lexical variables in regexes (B, bkeeler, masak, jnthn) 1 ** operator overloading -- infix:, prefix:, postfix: (almost there, problems with pre-comp) -1 ** lexical classes and roles (jnthn) 1 ** import module symbols into current lexical scope (D, jnthn) 1 ** improved error messages and failure modes (B, all) 1 * attention-grabbing examples (all) @@ -114,3 +113,4 @@ Completed ROADMAP items: - basic s/// (done) - protoregexes in grammars (done) - item assignment (done) + - lexical classes and roles (done)