c2go

tool for transpiling C to Go

Description

This package contains a tool for converting C to Go.

The goals of this project are:
 - To create a generic tool that can convert C to Go.
 - To be cross platform (Linux and Mac) and work against as many clang
   versions as possible (the clang AST API is not stable).
 - To be a repeatable and predictable tool (rather than doing most of the
   work and you have to clean up the output to get it working.)
 - To deliver quick and small version increments.
 - The ultimate milestone is to be able to compile the SQLite3 source
   code and have it working without modification.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/elliotchance/c2go


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install c2go