Skip to content

Theodus/go-transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-transpiler

Command-Line utility for compiling Go to Java or C++ using tardisgo or to JavaScript using GopherJS

goreportcard

Usage

Be sure that your GOPATH is set and the bin directory is added to PATH:

export GOPATH="path/to/gocode"
export PATH=$PATH:$GOPATH/bin

Be sure that Haxe version 3.2.0 or greater is installed for tardisgo

Go get and install this package:

go get -u github.com/theodus/go-transpiler

Compile your code to Java:

go-transpiler java myGoPackage

Or C++:

go-transpiler cpp myGoPackage

Or JS:

go-transpiler js myGoPackage

More information on TARDIS Go

Check out the GitHub repository at https://github.com/tardisgo/tardisgo or the website at https://tardisgo.github.io

More information on GopherJS

Check out the GitHub repository at https://github.com/gopherjs/gopherjs

License

MIT license, found in LICENSE file

Any information on bugs or reccomendations on how to make this tool better would be greatly appreciated.

About

Command-Line utility for compiling Go to Java or C++ using tardisgo or to JavaScript using GopherJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages