Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a completed item, update some items and add the mark_commit th…
…ing.
  • Loading branch information
jnthn committed May 12, 2012
1 parent 8523061 commit 5f9d1ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/ROADMAP
@@ -1,7 +1,7 @@
Rakudo Roadmap
--------------

Last updated: 2012-05-08
Last updated: 2012-05-12

This document serves as a guide to the major goals for Rakudo
development, as things stood in December 2011. They have been
Expand Down Expand Up @@ -42,20 +42,20 @@ Macros (masak)
3 ? Textual macros

Operators
2 * precedence traits for user defined operators
2 * precedence traits for user defined operators (jnthn)
2 *** missing native operators, including ++/-- (jnthn)
3 ** logical cascades
3 ** operator adverbs

Regexes
1 ** LTM for alternations
1 ** mark_commit to fix various backtracking/capturing issues
1 *** LTM for alternations
2 ** array variable interpolation
3 ** <*foo>
3 * <~~>
3 ** <|w>, <|b>, ...
3 * <(, )>
3 ** explicit backtracking control (::, :::)
3 ** <cut>
3 ** <~~>
3 * <|w>, <|g>, <|c>
3 *** explicit backtracking control (::, :::)
3 ** <cut> and <commit>

Built-ins/Data Structures
2 *** throwing typed exceptions (moritz)
Expand All @@ -76,7 +76,7 @@ Phasers

Language Features
1 *** basic Perl 5 interop (use, eval, etc.)
1 ** non-Numeric enums
1 ** non-Numeric enums (moritz)
2 *** heredocs
2 * $=DATA and friends (tadzik)
2 ** module versioning
Expand Down

0 comments on commit 5f9d1ad

Please sign in to comment.