DQNEO / babygoLinks
babygoπΆ is a small Go compiler made from scratch, which can compile itself. It's going to be the smallest and simplest go compiler in the world.
β320Updated last year
Alternatives and similar repositories for babygo
Users that are interested in babygo are comparing it to the libraries listed below
Sorting:
- minigoπ₯is a small Go compiler made from scratch. It can compile itself.β532Updated 4 years ago
- C compiler written in Goβ96Updated 6 years ago
- JIT compiler in Goβ244Updated last year
- basic web site serving frameworkβ154Updated 3 years ago
- A converter from Go to C++β256Updated 3 years ago
- Lisp Interpreterβ135Updated 3 years ago
- LLVM backed progamming language (Go subset)β138Updated 2 years ago
- JVM implementation by Goβ103Updated 6 years ago
- An interpreted language written in Goβ296Updated 2 years ago
- Go bindings to LLVM. Used as part of TinyGo.β274Updated 2 months ago
- Tiny Shellβ64Updated 4 years ago
- JIT compile library for Goβ84Updated 5 years ago
- port of GNU Assembler written in goβ71Updated 2 years ago
- A simple virtual machine - compiler & interpreter - written in golangβ341Updated 3 years ago
- Tiny TCP/IP protocol stack for lectures implemented in Go languageβ177Updated 4 years ago
- A C interpreter in Goβ122Updated 7 years ago
- A simple evaluator for arithmetic integer expressions.β89Updated 4 years ago
- "Writing An Interpreter in Go" and "Wring A Compiler in Go"β234Updated 6 years ago
- Compiler for a small language into x86-64 Assemblyβ250Updated 3 years ago
- An x86-64 assembler written in Go (2019). A modern version (2025) is currently in development at the link below:β96Updated 3 years ago
- Ordered mapβ120Updated 6 months ago
- Demo code and slides for my GolangUK '17 talk: "Bare Metal Gophers: Can you write a kernel in Go?"β160Updated last year
- Run Go programs (almost) everywhereβ205Updated 2 months ago
- WebAssembly runtime for wasmer-goβ113Updated 3 years ago
- Generates generalised LL (GLL) and reduced size LR(1) parsers with matching lexersβ199Updated 2 years ago
- Mugo, a toy compiler for a subset of Go that can compile itself