Changes for version 0.002
- Still a pre-alpha version with almost no features and lots of bugs. A lot of work has been done on the object classes. The parser is half-written, but the code that actually executes the parse tree is far from complete. The only really noticea- ble new features are that array and object literals and iden- tifiers are now parsed and interpreted.
Documentation
JavaScript types and objects
Modules
Pure-Perl ECMAScript (JavaScript) Engine
JavaScript boolean value
ECMAScript parser and code executor for JE
JavaScript lvalue class
JavaScript null value
JavaScript number value
Base class for all JavaScript objects
JavaScript Array objects class
JavaScript Boolean object class
JavaScript function class
Call object (aka activation object) class for JavaScript functions
JavaScript Number object class
JavaScript String object class
JavaScript scope chain (what makes closures work)
JavaScript string value
JavaScript undefined value
Pure-Perl ECMAScript (JavaScript) engine
Provides
in lib/JE/Code.pm
in lib/JE/Code.pm
in lib/JE/Code.pm
in lib/JE/Object/Function/Call.pm