compiler-theory
There are 7 repositories under compiler-theory topic.
Elzawawy/compiler-frontend
First two front-end phases of a language-independent compiler implemented in C++
kparnis3/COMPILER
University report and code of the unit Compiler Theory and Practice
mkantrr/automython
A simplistic programming language interpreter to Python to help students grasp finite automata theory programmatically and with a computed graph through visualization libraries.
HarlockOfficial/dva339_labs_and_exam
My implementation of a compiler and Written Exam done for DVA339 - Compiler Theory at Malardalen University
lorainemg/type-inference
Implementation of a COOL interpreter that has type inference by adding the type AUTO_TYPE
mbar0075/Compiler-Theory-and-Practice
Deliverables relating to the Compiler Theory and Practice University Unit
SRenuuu/ucsc-codegen-demo
Customer parser and compiler for JVM built from scratch using ASM and Java