Get started
Installation
haxelib git go2hx https://github.com/go2hx/go2hx
Create a main.go to find good small test programs look at gobyexample:
package main
func main() {
println("hello world")
}
Run compiler and run in interp mode:
haxelib run go2hx ./main.go --interp
See list of commands and other targets to invoke such as --hl build.hl
haxelib run go2hx