From 4764cacd9749dd026fed75ab2450d1f28cce87c9 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 5 Jun 2022 08:34:38 +0800 Subject: [PATCH] add c2go (#4254) * c2go * goplus/c2go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f341a51..8340234a 100644 --- a/README.md +++ b/README.md @@ -1171,6 +1171,7 @@ _Geographic tools and servers_ _Tools for compiling Go to other languages._ +- [c2go](https://github.com/goplus/c2go) - Convert C code to Go code. - [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. - [esp32](https://github.com/andygeiss/esp32-transpiler) - Transpile Go into Arduino code. - [f4go](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code.