Changes for version 0.001

  • Pre-alpha version, with almost no features and lots of bugs. The man pages describe many features that have not been imple- mented, so it's all just talk.

Documentation

JavaScript types and objects

Modules

JE
Pure-Perl ECMAScript (JavaScript) Engine
ECMAScript parser and code executor for JE
Call object (aka activation object) class for JE
JavaScript null value
JavaScript string value
Base class for all JavaScript objects
JavaScript function class
JavaScript String object class
JavaScript scope chain (what makes closures work)
JavaScript string value
JavaScript undefined value

Provides

in lib/JE/Code.pm
in lib/JE/LValue.pm
in lib/JE/Object/Array.pm