Scripting language for Meta Zen, Zen Spaces.
I'm currently developing in the "master" branch. This commit is stable.
To build the code, use the following steps.
Ensure that NodeJS (6.0 or greater) is installed.
Install libedit-dev (for command-line repl)
sudo apt install libedit-dev
Install the project dependencies using NPM:
npm install
Install Gulp if it's not already installed.
sudo npm install -g gulp
Generate the code
gulp build
Run ZScript
node dist/zscript/main.js {your zs file}
The language is changing rapidly and many of the examples are not functional, but the specs, unit tests, etc are a good place to start.