- Lodge codebase using
npm install. - Verify code integrity with
grunt(if grunt is not installed,npm install -g grunt-cli). - Compile library with
node compile.
This will have generated a (new) MathFunction.js and MathFunction.min.js (compressed by the Google Closure Compiler, using node-minify), which you can use on your page.
Demonstrator: http://pomax.github.io/mathparser/
(c) 2013, Mike "Pomax" Kamermans This library is not yet finished, and as such all rights are reserved.