Skip to content

Commit

Permalink
Lexical classes now essentially work and are tested. We'll no doubt f…
Browse files Browse the repository at this point in the history
…ind bugs, but I the bulk of the work is done, so move them to completed section of the ROADMAP.
  • Loading branch information
jnthn committed May 1, 2010
1 parent 78fb4ec commit a38bf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ROADMAP
Expand Up @@ -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)
Expand Down Expand Up @@ -114,3 +113,4 @@ Completed ROADMAP items:
- basic s/// (done)
- protoregexes in grammars (done)
- item assignment (done)
- lexical classes and roles (done)

0 comments on commit a38bf7e

Please sign in to comment.