haumea-lang / haumea-js

Haumea -> JavaScript compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haumea Logo

haumea-js

Haumea to JavaScript compiler Node.js-only for the moment! Browser support coming soon.

Haumea is an experimental language designed to be easy to learn and use. Read more...

Get

You will need git and at least node.js 6.0.0 installed.

$ git clone https://github.com/haumea-lang/haumea-js.git
$ npm install || yarn
$ npm link

Use

$ haumeajs examples/hello.hau -o examples/hello.js
$ haumeajs --help

About

Haumea -> JavaScript compiler

License:MIT License


Languages

Language:JavaScript 100.0%