An open-source interpreter for the Source programming language.
To build,
$ git clone https://github.com/source-academy/js-slang.git $ cd slang $ yarn $ yarn build
To try out Source in a REPL, run
$ node dist/repl/repl.js [chapter] # default: 1
or alternatively, install js-slang and run
$ npm -g install js-slang # Install js-slang $ js-slang [chapter] # default: 1