Revision history for Perl extension Javascript::PurePerl. 0.09 20070103 + Revamped some tests to be documentation and test in one o NewMemberExpression doesn't work ( new Foo.Bar() ) 0.08 unreleased 0.07 20040111 + added rudimentary support for Regular Expressions. The lexer now consults YYExpect() to find out whether a regex literal is allowed in the current context. + AUTOLOAD trickery to reduce the grammar (source) code size and make it read more nicely. 0.06 20040106 + Moved implementation from hash references to array references. This preserves source order without any hassle. + Added BooleanLiteral + Added NullLiteral + Added some easy/simple code generation as bin/js2perl.pl (dosen't really work yet) + Add line number reporting + Fixed the yacc grammar so that the shift/reduce conflict of the if/then/else does not show anymore 0.05 20040105 Javascript Grammar seems now implemented completely - Missing are various literal parsers, for example a real string literal parser, and a regex parser + Added element names as XML attribute 'name'. Now the two parts of an C statement are distinguishable in the XML. Spiced up t/01-test-statement-if.t to check for the correct placement of elements. + Added multiline C comments /* */ (this needs more testing, as it is a handrolled RE) 0.03 20040102 + Moved to Module::Build, together with a fake Makefile.PL + Added automatic regeneration of Javascript::Grammar.pm 0.02 20040101 Added various tests and structures 0.01 Fri Dec 12 17:12:02 2003 - original version; created by h2xs 1.23 with options -X Javascript::PurePerl