Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - TODO update: context
  • Loading branch information
fglock committed May 8, 2012
1 parent 1b4e7ee commit f0f0aef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions TODO-perlito5
Expand Up @@ -133,6 +133,10 @@ TODO list for Perlito5

* Javascript backend

-- bug: scalar assignment context:
$ node perlito5.js -Isrc5/lib -e ' @v = (4,7,9); $v = @v; print $v '
479

-- "~~" operator not implemented; See also "when" implementation

-- "when" should use a "break" exception inside "given", and a "next" exception inside "for".
Expand All @@ -145,8 +149,6 @@ TODO list for Perlito5

-- bug: don't emit throw() in term position; javascript requires a function() wrapper because throw() is a statement

-- initialize @INC from $ENV{PERL5LIB}

-- javascript errors don't show in the global error handler when running in node.js

-- "autoload" the compiler if eval-string is used (eval-string needs the compiler at run-time)
Expand Down

0 comments on commit f0f0aef

Please sign in to comment.