Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 415 Bytes

Hiro

Pre-alpha 0.01 not working yet.

Plan for Hiro: https://www.hirolang.org

Build Hiro:

git build

should create a hiro executable.

mkdir target

creates a target for transpiled Go code.

./hiro -s addexample/ -t target/

transpiles the addexample to target.

(cd target; go get -t HiroTesting; go mod vendor; go test ./...)

runs the tests for the generated Go code.