54 results for “topic:toy-compiler”
⚙️ C99-compatible multipass compiler written in TypeScript with GCC extensions support. Features a handcrafted left-recursive parser, custom IR, SSA-based optimizer, and a full frontend/backend pipeline. Compiles to x86 machine code with integrated assembler and emulator.
Let's Build a Compiler (in Haskell)
A simple Pascal interpreter written in rust.
Ola compiler
A Turing complete language 😉
Compiler and VM(interpreter), Using SSA form and doing some optimizations.
Compiler for a small Scala subset
A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)
(WIP) A compiler written in Awk
General purpose, statically typed, functional programming language
An imperative, statically-typed toy language
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.
An other toy compiler in Ocaml, made with Menhir and Ocamlex for 3I018 compilation course at university
Trying to make a practical possibly unsound dependently typed language with algebraic effects
Vamos construir um compilador. Tradução e adaptação do tutorial Let's Build A Compiler de Jack Crenshaw.
Compiler code of m3k. m3k is a Lisp dialect that was written in TypeScript and compiles to JavaScript.
No description provided.
自作Cコンパイラ
C subset toy compiler. Self-hosting and retargetable. Generates Linux elf, assembler, pseudo-C, or javascript.
📑🚀 Interpreter for the Moritz language: MoLang
A self hosted compiler project
🦬 Yak - Work in progress Jakt compiler using LLVM as the backend.
Minimal compiler using the mlsub type system
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
A toy compiler and VM for a small language
An experimental compiler for a simple language written in C
A general purpose parser-combinator library. Built for project cuty.
Compiler visualisation build on a custom toy compiler
A programing language compiler (WIP). (Just a toy)
No description provided.