Skip to content

oooooba/gogogogogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

487 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogogogogo - A Go Compiler and Runtime

cgen is a compiler component written in Go that converts Go programs into C code. It leverages the ssa package (golang.org/x/tools/go/ssa) as its intermediate representation to produce continuation-passing style (CPS) C code.

The runtime is implemented in Rust and is capable of running multiple goroutines on a single thread. It supports Go features such as channels and defer, as well as data structures like slices and maps. While dynamic memory allocation is supported, the garbage collection (GC) functionality remains unimplemented at this time.

architecture

About

A Go Compiler and Runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors