compiler-design
There are 1250 repositories under compiler-design topic.
baquer/GATE-and-CSE-Resources-for-Students
📚 📖 📚CSE GATE Resources for GATE and CSE Aspirants 😎 😁 . Show your ❤️ by ⭐️⭐️
imteekay/programming-language-research
✨ Programming Language Research, Applied PLT & Compilers
RichardGong/PlayWithCompiler
A GeekTime course about constructing a compiler.
ehsanmok/create-your-own-lang-with-rust
Create your own programming language with Rust
adam-mcdaniel/oakc
A portable programming language with a compact intermediate representation
apeman/awesome_computer_science
The complete syllabus of Computer Science and Engineering. Roadmap, Checklist for Beginners.
ajeetdsouza/loxcraft
Language tooling for the Lox programming language.
vtereshkov/xdpw
XD Pascal: A small embeddable self-hosting Pascal compiler for Windows. Supports Go-style methods and interfaces
lac-dcc/honey-potion
Writing eBPF programs with Elixir!
c3d/xl
A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites
Captainarash/CaptCC
A tiny C compiler written purely in JavaScript.
LensPlaysGames/LensorCompilerCollection
A compiler collection I made :&
drifter1/compiler
Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison
mikeroyal/LLVM-Guide
LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs. Originally implemented for C/C++ , though, has a variety of front-ends, including Java, Python, etc.
artagnon/rhine
🔬 a C++ compiler middle-end, using an LLVM backend
ashutoshbsathe/yacv
Yet Another Compiler Visualizer
AnuragAnalog/GateResources
Here are my GATE CSE 2021 Resources
mitcse/CSE-Labs
Lab programs and Assignments for MIT CSE dept.
nanocaml/nanocaml
Nanopass for OCaml
yunwei37/tryC
Write a tiny interpreter by C language in 500+ lines
isuckatcs/how-to-compile-your-language
An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.
rinkako/YuriAVGEngine
A visual programming AVG engine / VM based on .NET
knowing-top/C-SVM
一种基于栈式虚拟机的类c 语言编译器。This project has moved from https://sourceforge.net/projects/msct/. C-SVM: A Compiler for a C-Like Language Based on a Stack Virtual Machine. Aims to help individuals learn about compiler operations, such as lexical, syntactic, and semantic analysis, as well as executing a stack-based virtual machine.
BaseMax/AwesomeCompiler
The Big list of the github, open-source compilers.
shushrutsharma/18CSC304J-CD
All the weekly lab work of the subject 18CSC304J Compiler Design.
bmstu-iu9/refal-5-lambda
Компилятор Рефала-5λ
Billy1900/compiler-course-project
华中科技大学编译原理实验2019
Stepami/hydrascript
TypeScript & Go inspired open-source public research project written in C#
alexfru/regal86
Register Allocator for 8086
sacalon/sacalon
Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.
muhammedogz/GTU-University-Assignments
Assignments from Gebze Technical University Computer Science Depertmant
true-grue/PigletC
A toy C-like language compiler for PigletVM
eriknyquist/librxvm
non-backtracking NFA-based regular expression library, for C and Python
PratikSavla/compiler-design-lab
These are my programs for compiler design lab work in my sixth semester
EarlGray/language-incubator
Learning compilers, interpreters, code generation, virtual machines, assemblers, JITs, etc.
sigurdschneider/lvc
LVC verified compiler