gone
Language compiler
A compiler for a minimal programming language designed to be similar to Go.
Toy compiler for a fictional go-like language called Gone.
28 stars
4 watching
2 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
compilerllvmliteparserpythonsly
Related projects:
Repository | Description | Stars |
---|---|---|
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 749 |
namit/the-go-programming-language | A collection of notes, examples, and exercises from the official Go book. | 2 |
inconshreveable/gonative | A tool that creates cross-compilable Go binaries with native library support | 339 |
itay2805/vork | An interpreter and parser project implementing a programming language with a formal grammar as reference. | 27 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
bradford-hamilton/monkey-lang | An implementation of a custom programming language with features such as compilation and execution capabilities. | 45 |
jcla1/gisp | A compiler that converts Lisp/Scheme code into Go bytecode | 514 |
kelilanguage/compiler | A Haskell implementation of a compiler for a custom programming language | 172 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
gren-lang/compiler | A compiler that translates code written in Gren into machine code or another target language. | 398 |
forest-lang/forest-compiler | A compiler for a multi-syntax functional programming language that compiles to WebAssembly | 621 |
teverett/jvmbasic | A compiler that translates BASIC programs to JVM bytecode. | 49 |
pyos/dg | A programming language compiler for CPython bytecode | 575 |
bait-lang/bait | A compiler and runtime environment for a simple yet powerful programming language with consistent syntax balancing simplicity and type safety. | 19 |