* add c4go

* add f4go
This commit is contained in:
Konstantin 2018-08-13 11:15:58 +03:00 committed by Avelino
parent 4343de1d3d
commit 89467c629b

View File

@ -608,6 +608,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Tools for compiling Go to other languages.* *Tools for compiling Go to other languages.*
* [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. * [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code.
* [f4go](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code.
* [gopherjs](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. * [gopherjs](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript.
* [llgo](https://github.com/go-llvm/llgo) - LLVM-based compiler for Go. * [llgo](https://github.com/go-llvm/llgo) - LLVM-based compiler for Go.
* [tardisgo](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. * [tardisgo](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler.