Work in progress Go target for the Haxe programming language. Written in Haxe, open to contributions, stay tuned!
- Go 1.22+
- Haxe nightly
- Download the necessary Haxe libraries with the commands below:
haxelib git hxparse https://github.com/Simn/hxparse
haxelib git haxeparser https://github.com/HaxeCheckstyle/haxeparser- Add to your hxml
# sets to run the Go code after
-D run-go
-D build-go
# set the output directory
--custom-target go=exportcd hx2go
haxe testbed.hxmlFeel free to modify ./testbed/Test.hx