| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| 2011-05-20 | 2011-05-20 | ||
| 2011-04-24 | 2011-04-24 | ||
| 2011-04-16 | 2011-04-24 | ||
| release-notes.txt | 2011-05-20 | 304 Bytes | |
| README.txt | 2011-05-20 | 913 Bytes | |
| Totals: 5 Items | 1.2 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