Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - TODO update
  • Loading branch information
fglock committed Sep 24, 2013
1 parent 48ef9a7 commit 880ba6e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions TODO-perlito5
Expand Up @@ -32,13 +32,6 @@ TODO list for Perlito5

* Parser

-- dot-decimal strings
5.4.66.77
v5.4.66.77

$ perl -e ' my $v = 5.4.66.77 ; print $v, "\n"; require $v '
BM

-- "'" meaning "::"
$'m # $::m
$m' # String found where operator expected
Expand Down Expand Up @@ -71,6 +64,8 @@ TODO list for Perlito5
check signature in sort()
fix the prototype for 'stat(*)' (see t/test.pl in the perl test suite)

'&@' - See Try::Tiny

-- "namespace" parsing
tests: t5/01-perlito/26-syntax-namespace.t

Expand Down Expand Up @@ -271,6 +266,13 @@ TODO list for Perlito5

* Javascript backend

-- dot-decimal strings
5.4.66.77
v5.4.66.77

$ perl -e ' my $v = 5.4.66.77 ; print $v, "\n"; require $v '
BM

-- autovivification of fully-qualified array and hash globals
$#{"Exporter::Cache"};

Expand Down

0 comments on commit 880ba6e

Please sign in to comment.