Skip to content
/ gocpp Public

Quick and dirty experimentations to parse go code and generate equivalent c code

Notifications You must be signed in to change notification settings

Rokhan/gocpp

Repository files navigation

gocpp

Quick and dirty experimentations to parse go code and generate equivalent c code.

Nothing really useful practically at the moment as a lots of things are still mocked and the garbage collector is not implemented.

The compiler code is in cmd\main.go The compiler is tested with go files in tests/ directory and the output is in generated/ directory.

The file results.md show the status of each test and links to generated code.

Use command "make clean && make -j8 -k; make doc" to build results.md

About

Quick and dirty experimentations to parse go code and generate equivalent c code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published