Skip to content

Commit

Permalink
some of these todos are done. fix a syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Apr 14, 2010
1 parent fd74fd9 commit 783d48f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/todo.pod
Expand Up @@ -11,7 +11,6 @@ Document how to contribute to this version - ast, tcl, nqp ...
Invoking a non-existant command should
result in a tcl error, not a parrot error.


=item [proc] {t/cmd_continue.t; t/cmd_break.t}

User-defined procs should catch continue/break and complain about them, as
Expand All @@ -21,16 +20,11 @@ should the :main PIR sub.

=item lists {t/tcl_conversion.t}

Need better error messages for list conversion. {t/tcl_conversion.t}

If a list element is a quoted word, the resulting element shouldn't contain
the quotes. {t/tcl_backslash.t}

Single opening quotes are an invalid list element. {t/cmd_lappend.t}

=item support associative arrays

[array], $var{key}, etc.
[array], $var(key), etc.

=item [proc] varargs support {t/cmd_proc.t; t/cmd_info.t}
need to handle special {args} parameter.
Expand Down

0 comments on commit 783d48f

Please sign in to comment.