gogo
MIPS compiler
A Go-based MIPS compiler project that compiles Go programs into MIPS assembly code
Go to MIPS compiler, written in Go. Course project for Compiler Design (CS335).
27 stars
6 watching
6 forks
Language: Go
last commit: over 6 years ago compilergarbage-collectiongogoccmipspeepholereaching-definitions
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tool that creates cross-compilable Go binaries with native library support | 339 |
| | A compiler that converts Lisp/Scheme code into Go bytecode | 514 |
| | A tool that generates boilerplate code for substrate-based chains | 7 |
| | A compiler-based implementation of a Lisp language in Go | 12 |
| | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
| | A Go library for parsing MIBs without relying on an external library | 103 |
| | A Vim plugin that compiles Go files in the background and reports errors to the QuickFix window. | 89 |
| | Generates mocks out of Go interface declarations to make testing easier and more efficient. | 649 |
| | Compiles BASIC-lang to native executable binary in Golang | 37 |
| | Generates Go code for interacting with Smithy models | 182 |
| | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 749 |
| | A tiny compiler written in Go that generates equivalent arithmetic expressions | 589 |
| | A compiler for a minimal programming language designed to be similar to Go. | 28 |
| | Provides a Go interface to the Sass 3.5 compiler | 206 |
| | Tools for detecting code clones in Go source files using suffix trees. | 346 |