A JavaScript with lipsy Syntax and Macros
npm install elfenbenTo install:
npm install -g elfenben
Run the REPL:
elfenben
Transpile:
elfenben app.elf
elfenben src/app.elf lib/app.js
Documentation for Elfenben can be found here
##### Setting up your development environment
* Clone the repository
* Start up a terminal/console/command line and navigate to the root directory of the repository.
* Run npm install
* Run npm link (this will allow you to use the elfenben command)
##### Before running tests do:
npm run build-test
To build do:
npm run build
To run the tests do:
npm test
Santosh Rajan santoshrajan.
Balaji Rao [balajirrao] (https://github.com/balajirrao).
Irakli Gozalishvili Gozala.
Darren Cruse darrencruse