* Usual svn properties.
* "sub foo { try { return }; say 42 }" should return from &foo and not print
42, added a test for this bug to t/builtins/control_flow/try.t (FWIW, PIL2JS
behaves correctly :)).
* Pugs.Compile -- Emit &prefix:<*> for Syn "*" so I can implement *(...) in PIL2JS.
* PIL2JS: Fixed &die (but it's actually a bug in Pugs' Parser, will write a
test tomorrow).
* PIL2JS: New builtins: &Code::arity, &Array::push, &Array::shift, &try,
&statement_control:<for> (works with n-ary subs)
* Updated PIL2JS/README and added PIL2JS to pugs::hack.