MathScript transcompiler to JavaScript.
Open your Terminal.
Clone the davinci-mathscript repo.
git clone git://github.com/geometryzen/davinci-mathscript.git
Change to the repo directory.
cd davinci-mathscript
Run
npm install
to install the tooling dependencies (For this you need to have Node.js installed).
Run
bower install
to install the software dependencies (For this you need to have Bower installed).
Run
grunt
to compile the source using the TypeScript compiler (For this you need to have TypeScript installed) and to package the individual files into a single JavaScript file.
Make your changes to the TypeScript files in the src directory. Do not edit the files in the dist directory, these files will be generated.
Copyright (c) 2014-2017 David Holmes
Licensed under the MIT license.