Skip to content

KiraanRK/zscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZScript

Scripting language for Meta Zen, Zen Spaces.

Stable

I'm currently developing in the "master" branch. This commit is stable.

Building the Code

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}

Examples

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.

About

ZScript functional scripting language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%