Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - ChangeLog
  • Loading branch information
fglock committed Oct 4, 2012
1 parent 74e2045 commit 9536f4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -15,6 +15,8 @@ dev 2012-04-12

- javascript backend:

-- tie() - TIEARRAY, STORE, FETCH
-- string increment
-- negative index in array
-- more file and process operations: chdir, unlink, close, exit
-- control functions: next, last, redo, break
Expand Down
9 changes: 5 additions & 4 deletions README-perlito5-js
Expand Up @@ -25,6 +25,10 @@

- Some regex operators.

- Tie array.

- String increment.



* Perlito5-in-Javascript differences from "perl"
Expand All @@ -42,8 +46,6 @@
DESTROY will not work;
weaken() will be a no-op.

- Tie is not implemented yet.

- Overload is not implemented yet.

- AUTOLOAD is not implemented yet for function calls; but AUTOLOAD should work for method calls
Expand All @@ -55,8 +57,6 @@

- Variable redeclaration is not implemented yet.

- String increment is not implemented yet.

- Unicode is not implemented yet.

- Regex is missing some features, such as /e and /x modifiers.
Expand All @@ -74,6 +74,7 @@

- Typeglobs are partially implemented.

- tie() is partially implemented.


* Perlito5 compiler globals
Expand Down

0 comments on commit 9536f4a

Please sign in to comment.