From 89467c629b4ea0a209186c337e535b0570836852 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 13 Aug 2018 11:15:58 +0300 Subject: [PATCH] add f4go (#2059) * add c4go * add f4go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a859eefe..eb00d8e9 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for compiling Go to other languages.* * [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. * [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.