There are 17 repositories under compiler-construction topic.
A GeekTime course about constructing a compiler.
A tiny evaluator and compiler of arithmetic expressions.
Makes Julia reason with equations. General purpose metaprogramming, symbolic computation and algebraic equational reasoning library for the Julia programming language: E-Graphs & equality saturation, term rewriting and more.
Language tooling for the Lox programming language.
XD Pascal: A small embeddable self-hosting Pascal compiler for Windows. Supports Go-style methods and interfaces
Writing eBPF programs with Elixir!
A tiny C compiler written purely in JavaScript.
Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds
Yet Another Compiler Visualizer
HAC Ada Compiler - a small, quick Ada compiler fully in Ada
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
A curated list of awesome resources and learning materials in the field of X internals
A c/RISCV of "Let's Build a Compiler" by Jack Crenshaw
An LLVM IR dataset for data-driven compiler optimization research
Parser and compiler for Ravi and Lua
This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Programming Language.
Crafting an interpreter/compiler with TypeScript.
JuCC - Jadavpur University Compiler Compiler
Semantic analyzer library for compilers written in Rust for semantic analysis of programming languages AST
Theory of compilation course, MIPT
Compiler for Decaf Programming Language
[RIP] Парсер встроенного языка
A miniature model of the Typescript compiler
A simple programming language for researching different ways of program execution and compilation
简明自制编程语言教程,同时是antlr非官方参考🌰。这里也是cyson这门语言的缘起。
LL1 parser written in Python