Download Latest Version babylscript-src-2011-05-20.zip (602.4 kB)
Email in envelope

Get an email when there's a new version of Babylscript

Home / 2011-04-16
Name Modified Size InfoDownloads / Week
Parent folder
babylscript-src-2011-04-24.zip 2011-04-24 592.9 kB
babyl-2011-04-24.patch.gz 2011-04-24 42.3 kB
Totals: 2 Items   635.1 kB 0
Babylscript is implemented as a modification to the Mozilla Rhino JavaScript
engine. As such, it is made available under the same license of MPL1.2/GPL2.
There are three possible downloads for Babylscript: 

The first is the babylscript-src.zip file with the modified Rhino source 
code. It contains only the code for the main Rhino engine. Rhino also 
contains various code for testing and tools that are not included. There is 
also a directory with some JUnit tests for Babylscript.

The second is the babylscript-bin.zip file of Babylscript packaged as a 
compiled Java .jar file. This jar file can be used to execute simple
Babylscript programs encoded as UTF-8 text files.

The third is a gzipped patch file of the changes made to Rhino version 
1.7R2. The patch can be applied by downloading Rhino 1.7R2, going into the 
rhino1_7R2 directory, and running 

  patch -Np1 < babyl-###-.patch 
Source: README.txt, updated 2011-05-20