Skip to content

Commit

Permalink
Mark protoregexes in grammars done in ROADMAP; bkeeler++ for patch th…
Browse files Browse the repository at this point in the history
…at got them working, moritz++ for tests. Also update who's doing it on meta-ops to match reality.
  • Loading branch information
jnthn committed Mar 23, 2010
1 parent 869e251 commit 7c20adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ROADMAP
Expand Up @@ -22,7 +22,6 @@ others from doing so.
Patches to this document are welcome.

Really important items
1 * protoregexes in grammars (B, bkeeler, almost done, needs tests to verify)
1 ** complete lazy lists in Seq and Array (colomon, bkeeler, jnthn, pmichaud, others)
1 * array/hash vivification (masak, jnthn, pmichaud)
1 *** REPL remembers the variable from the last line (D, jnthn)
Expand All @@ -44,7 +43,7 @@ Ought to have items
2 ** custom operators for circumfix:, postcircumfix: (B, pmichaud)
2 *** heredocs (B)
2 ** Rat, BigNum, numification improvements (C, colomon)
2 ** true hyper/cross/reverse/other metaoperators (B, pmichaud)
2 ** true hyper/cross/reverse/other metaoperators (colomon, jnthn, pmichaud)
2 ** synopsis 19 handling (A, D, pmichaud, particle, others)
2 *** temp variables (C)
2 **** better longest token matching in regexes (A, D, pmichaud)
Expand Down Expand Up @@ -113,4 +112,5 @@ Completed ROADMAP items:
- array/hash element vivification via Proxy (done)
- better gather/take handling of arguments (done)
- lazy gather/take (done)
- basic s///
- basic s/// (done)
- protoregexes in grammars (done)

0 comments on commit 7c20adc

Please sign in to comment.