Skip to content

Commit

Permalink
Perlito5 - TODO update
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Nov 12, 2012
1 parent de61f09 commit 66ec858
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions TODO-perlito5
Expand Up @@ -64,8 +64,6 @@ TODO list for Perlito5
--- check signature in sort()
--- fix the prototype for 'stat(*)' (see t/test.pl in the perl test suite)

-- check that \(@a) and \@a have different meanings

-- $v{x::y} autoquotes the index when x::y() exists
-- $v->{x} doesn't interpolate inside double quotes
-- deref inside double quotes:
Expand Down Expand Up @@ -148,6 +146,8 @@ TODO list for Perlito5

* Perl5 backend

-- check that \(@a) and \@a have different meanings

-- ${^NAME} needs curly-escaping

- fix regex delimiters, or escape the regexes
Expand All @@ -164,6 +164,8 @@ TODO list for Perlito5

* Javascript backend

-- check that \(@a) and \@a have different meanings

-- delete() in the middle of an array turns exists() off:

$ perl -e ' @a = (3..7); delete $a[2]; print "exists ", (exists $a[$_] ? 1 : 0), "\n" for 0 .. $#a '
Expand Down

0 comments on commit 66ec858

Please sign in to comment.