c2go

⚖️ A tool for transpiling C to Go.

MIT License

Stars
2.1K
Committers
34

Bot releases are hidden (Show)

c2go - v0.2.0 Barium 2017-03-25

Published by elliotchance over 7 years ago

  • Added a new ast2json.py script which uses the natural clang output to build the AST in JSON. This removes the need to have python clang libraries and should make it a lot easier to use and more stable.
  • c2go.py is refactored to now use this JSON input rather than clang itself.
c2go - v0.1.0 Actinium 2017-03-22

Published by elliotchance over 7 years ago

This is the proof of concept release. It contains a handful of working examples and uses the (now deprecated) Python clang bindings.