This is an old revision of the document!
Download
You can use subversion to download and install AspectScript.
http://pleiad.dcc.uchile.cl/svn/incubator/js/
That includes:
+ aspectscript/
+ jsdefs.js --------------------// JavaScript AST definition
+ jsparse.js -------------------// JavaScript Parser ()
+ jsrewrite.js -----------------// Library for code instrumentation of JavaScript
+ jst.php ----------------------// A small library for instrumenting code online
+ paperExamples/
+ (examples) ----------------// Examples presented in the paper
+ tests/
+ (tests) -------------------// AspectScript tests.
+ fw-testing.js -------------------// A JavaScript framework of testing for AspectScript
+ run.sh -------------------------// A script to run all tests of AspectScript
+ js -----------------------------// A binary for the JavaScript interpreter of Firefox.