All Projects → bamboo → unityscript

bamboo / unityscript

Licence: BSD-3-Clause license
A JavaScript implementation based on the Boo programming language.

Programming Languages

Boo
14 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
C#
18002 projects
groovy
2714 projects
racket
414 projects
perl
6916 projects

UnityScript

A JavaScript implementation based on the Boo programming language.

Building

Checkout boo side-by-side with unityscript.

Build boo:

pushd ../boo
nant
popd

Build unityscript (and run the tests):

nant test

If the build script can't automatically detect the location of nunit.framework.dll create a build.properties file in the boo directory with something like:

<project name="build properties">
    <property name="nunit.framework.dll" value="/usr/lib/cli/nunit.framework-2.4/nunit.framework.dll" />
</project>

With nunit.framework.dll pointing to the location of nunit.framework.dll in your system.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].