From 6357018a8fc722b978161c626111735f8a0e1898 Mon Sep 17 00:00:00 2001 From: Jonathan Worthington Date: Thu, 18 Feb 2010 21:37:27 +0100 Subject: [PATCH] Move a couple more items on the ROADMAP to completed. --- docs/ROADMAP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ROADMAP b/docs/ROADMAP index a66e62b8dc6..31bfc09f6e7 100644 --- a/docs/ROADMAP +++ b/docs/ROADMAP @@ -134,8 +134,6 @@ haven't got around to the problem yet.) 2 * cleanly add circumfix:, postcircumfix:, other custom tokens (A) 3 * true hyper/cross/reverse/other metaoperators (A) -3 * nested signatures (B) -2 * captures in signatures and return values (B,H) 2 * better gather/take handling of arguments (H) 3 * ENTER/LEAVE/LAST/NEXT/FIRST/REDO control blocks (B,D) @@ -191,3 +189,5 @@ Completed ROADMAP items: - * declare contextual and lexical vars in regexes (A) - * return multiple values from a sub (B,D) - * unpacking arguments (B,C) +- * nested signatures (B) +- * captures in signatures and return values (B,H)