Skip to content

Commit

Permalink
Perlito5 - ChangeLog/TODO update
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Apr 16, 2012
1 parent acd50b4 commit 6318642
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Expand Up @@ -9,6 +9,11 @@ dev 2012-04-12
- parser:

-- autoquote hash-keys fix
-- string interpolation in m//

- javascript backend:

-- negative index in array


* Perlito6 (Perl 6 compiler):
Expand Down
9 changes: 6 additions & 3 deletions TODO-perlito5
Expand Up @@ -3,7 +3,12 @@ TODO list for Perlito5

* perlito5 command-line

--
-- process the arguments in a loop; ignore argument order
-- search for modules in PERL5LIB
perlito5 own directories must be searched first (perlito5 defines it's own strict.pm)
maybe search PERLITO5LIB first
alternately, check $^H for strictness - such that perl's own strict.pm just works
and ${^WARNING_BITS} for warnings


* basic functionality
Expand Down Expand Up @@ -96,8 +101,6 @@ TODO list for Perlito5

-- missing some types of subroutine signatures

-- bug: negative index in array doesn't work

-- bug: variable aliases create copies instead

-- generate more compact code; maybe use more subroutines instead of inlining;
Expand Down

0 comments on commit 6318642

Please sign in to comment.