Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bamboo/unityscript

A JavaScript implementation based on the Boo programming language.
https://github.com/bamboo/unityscript

Last synced: 10 days ago
JSON representation

A JavaScript implementation based on the Boo programming language.

Awesome Lists containing this project

README

        

# 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:

```xml

```

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