GitHub topics: toy-compiler
mateeeeeee/Ola
Toy programming language
Language: C++ - Size: 106 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 48 - Forks: 4

chester-lang/chester
Trying to make a practical possibly unsound dependently typed language with algebraic effects
Language: Scala - Size: 56.4 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 7 - Forks: 1

Mati365/ts-c-compiler
⚙️ Multipass C Compiler, Assembler and X86 emulator written in TypeScript
Language: TypeScript - Size: 19.1 MB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 377 - Forks: 21

mykolav/coollang-2020-fs
Compiler for a small Scala subset
Language: F# - Size: 8.8 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 38 - Forks: 2

tylerlaberge/rascal
A simple Pascal interpreter written in rust.
Language: Rust - Size: 107 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 56 - Forks: 3

vijayphoenix/Compiler-written-in-Haskell
A Turing complete language 😉
Language: Haskell - Size: 36.1 MB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 42 - Forks: 3

anthongretter/ame
AME language is a toy language assembled for educational propouses, developed in Compilers Construction chair
Language: Python - Size: 89.8 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

BastianBlokland/novus
General purpose, statically typed, functional programming language
Language: C++ - Size: 3.14 MB - Last synced at: 22 days ago - Pushed at: 2 months ago - Stars: 14 - Forks: 0

dbohdan/all-caps-basic
(WIP) A compiler written in Awk
Language: Awk - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 9 years ago - Stars: 17 - Forks: 2

jferard/selfhosted
A self hosted compiler project
Language: Python - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

obsfx/m3k
Compiler code of m3k. m3k is a Lisp dialect that was written in TypeScript and compiles to JavaScript.
Language: TypeScript - Size: 7.65 MB - Last synced at: 10 days ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

g-ford/cradle
Let's Build a Compiler (in Haskell)
Language: Haskell - Size: 2.41 MB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 161 - Forks: 12

komu/siilinkari
A toy compiler and VM for a small language
Language: Kotlin - Size: 240 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

komu/kiger
Kotlin implementation of Tiger, the language in Andrew Appel's book Modern Compiler Implementation in ML.
Language: Kotlin - Size: 368 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

komu/blunt
Simple compiler and VM for a Haskell-inspired strict language
Language: Kotlin - Size: 3.36 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

djayke/Nimer
My Own Programming Language
Language: Java - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

James-QiuHaoran/simple-compilers
Several simple compilers/interpreters implemented in C/C++ or Haskell, e.g. music notation compiler (simple music notation to abc notation), several compilers for toy programming languages, and an interpreter for a JavaScript-like programming language.
Language: C - Size: 407 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 1

StefanoMunari/FAC-docs
The Software Design Document of the F Academic Compiler (FAC)
Language: TeX - Size: 146 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

StefanoMunari/FAC
F Academic Compiler
Language: C - Size: 687 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

surrealegg/yak
🦬 Yak - Work in progress Jakt compiler using LLVM as the backend.
Language: Rust - Size: 250 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

feliposz/tutorial-compiladores
Vamos construir um compilador. Tradução e adaptação do tutorial Let's Build A Compiler de Jack Crenshaw.
Language: C - Size: 1.19 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 1

flylai/cyx2
Compiler and VM(interpreter), Using SSA form and doing some optimizations.
Language: C++ - Size: 411 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 26 - Forks: 3

hohltier/weecc
A small ANSI C toy compiler.
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

felko/snowflake
An imperative, statically-typed toy language
Language: Haskell - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 12 - Forks: 1

simmsb/wew_compiler 📦
Project has moved to nitros12/A-Compiler
Language: Python - Size: 1.87 MB - Last synced at: 3 days ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

darnuria/Yasc 📦
Yet an other Scheme c̶o̶m̶p̶i̶l̶e̶r̶ Repl(now). Mainly inspired from https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours
Language: Haskell - Size: 180 KB - Last synced at: almost 2 years ago - Pushed at: over 10 years ago - Stars: 3 - Forks: 0

ezequias2d/Ez.Basic
A work-in-progress language and toy compilier in C# inspired by BASIC
Language: C# - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

IGI-111/isacc
A toy C compiler
Language: Rust - Size: 40 KB - Last synced at: 12 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

pheuter/Lithon
A toy compiler that translates a small subset of Scheme into Python
Language: Python - Size: 145 KB - Last synced at: about 2 months ago - Pushed at: over 9 years ago - Stars: 1 - Forks: 0

pminhtam/compiler
Implement a compiler for PL\0 language
Language: C++ - Size: 8.26 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

quangIO/Lucix
A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)
Language: C++ - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 0

darnuria/kitty-lang
An other toy compiler in Ocaml, made with Menhir and Ocamlex for 3I018 compilation course at university
Language: OCaml - Size: 22.5 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 2

andrewhickman/small-lang
Minimal compiler using the mlsub type system
Language: Rust - Size: 440 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

fauzanzaid/Toy-Compiler
An experimental compiler for a simple language written in C
Language: C - Size: 123 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

benphelps/aul
Aul, is a Lua-like toy programming language.
Language: C++ - Size: 175 KB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

CallumTodd7/compiler-visualization
Compiler visualisation build on a custom toy compiler
Language: C - Size: 17.5 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

tlazenka/swona
A Swift port of the Siilinkari language and VM
Language: Swift - Size: 110 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

alokmenghrajani/hhvm Fork of facebook/hhvm
HHVM is a new open-source virtual machine designed for executing programs written in PHP. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining the flexibility that PHP developers are accustomed to.
Language: C++ - Size: 104 MB - Last synced at: about 2 years ago - Pushed at: about 11 years ago - Stars: 1 - Forks: 0

alokmenghrajani/cuty-assembler
A very simple assembler. Built for project cuty.
Language: JavaScript - Size: 78.1 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

alokmenghrajani/cuty-parser-combinator
A general purpose parser-combinator library. Built for project cuty.
Language: JavaScript - Size: 238 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Moacyr007/Compiladores-2
Language: C# - Size: 134 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

YSawc/lio
My toy language without parser library.
Language: Rust - Size: 315 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

MoritzGoeckel/MoLang
📑🚀 Interpreter for the Moritz language: MoLang
Language: Java - Size: 343 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

musou1500/compilerbook-9cc
自作Cコンパイラ
Language: C - Size: 106 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

sudonatalie/VerifiedCompiler
Extending a toy compiler written in Agda... by Proving It Correct!
Language: Agda - Size: 197 KB - Last synced at: 19 days ago - Pushed at: almost 9 years ago - Stars: 1 - Forks: 2

jochasinga/py-brainfuck
Simple Brainfuck interpreter written in Python
Language: Python - Size: 1000 Bytes - Last synced at: 28 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

skurmedel/bfcc
Language: C - Size: 1.02 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0
