three-address-code
There are 23 repositories under three-address-code topic.
edgardozoppi/analysis-net
Static analysis framework for .NET programs.
Rakibul73/Compiler_Autometa_Code
CIT-412 (Compiler Design and Autometa Theory Sessional)
yektaKamane/Yet-Another-Python-Compiler
The front-end of a compiler that converts python code to Three-Address-Code(TAC)
amr4i/CS335---Compilers-Project
A c# compiler implemented in C++, for the course project for CS335@IITK
Abhishekmishra-17/Intermediate-code-generator-using-python3
Code generator program using python
masum035/Compiler-Design
This Repo Contains Compiler Related Codes Using Flex, Bison, C++
xKarnSinghx/Compiler-Design-Lab
Compiler Design Lab
Miriam-Assraf/AbstractSyntaxTree
Three Address Code generator using Abstract Syntax Tree
NadavIs56/C-like-Language-Compiler
A Lex and Yacc-based compiler for a new language inspired by C. With its powerful parsing and lexical analysis capabilities, this compiler efficiently translates high-level code into executable machine language.
sarthak-chakraborty/TinyC
Compiler for TinyC (a subset of C)
StefanoMunari/FAC
F Academic Compiler
Code-forlife/SPCC-Practicals
This repo offers 10 labs to learn compiler design, covering lexers, parsers, code generation, and more
martinkostelnik/tac-analysis
Three address code syntactic analyser and interpreter
rohitgpt178/CS335_Compiler
Go-C++-MIPS
saifaldin14/Compiler
Épée: A complete compiler for a custom language. Performs lexical, syntax and semantic analysis. Loads custom file types and creates Three Address Code
willprice/camle-compiler
A compiler for a language called CAMLE similar to that of `While` from the Appel compiler book
4nnina/InfixCalculator
Final project for the course 'Compilatori' from University of Verona
code-blooded/mini-compiler
A Mini Compiler for C
hit023/Compilers-Assignment
C-code for the compilers assignment.
RoshanNaidu/B.Tech-Compiler-Design
My Compiler Design projects done during my Bachelors in Computer Science with specialisation in Artificial Intelligence and Machine Learning
miellekc/CS155-Projects
This repository contains my solutions to the machine problems for CS155. These problems focus on lexical analysis and parsing, utilizing tools like Flex and Bison.
pockemon/Compiler-Design
Lab work done as a part of course CO351-compiler design lab.