Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 705 Bytes

readme.md

File metadata and controls

23 lines (19 loc) · 705 Bytes
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