ashlang
v0.1.19
Published
Ashlang is a little language that compiles into JavaScript.
Readme
Ashlang
Ashlang is a little language that compiles into JavaScript.
⛔ This version is in work progress (WIP), so please consider it 😊
Installation
# Install locally for a project:
npm install --save-dev ashlang
# Install globally to execute .ash files anywhere:
npm install --global ashlangGetting Started
Execute a script:
ashlang /path/to/script.ashCompile a script:
ashlang -c /path/to/script.ash
ashlang -compile /path/to/script.js /path/to/script.ash