intermediate-code-generation
There are 79 repositories under intermediate-code-generation topic.
llvm/clangir
A new (MLIR based) high-level IR for clang.
AnjaneyaTripathi/c-compiler
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.
anaghasethu/KTU-sem7-compilerdesign-programs
KTU 7th Semester Compiler Design lab programs along with algorithms
devangi2000/Compiler-Design
A repository containing all experiments for the course Compiler Design.
Subangkar/Compiler-CSE-310-BUET
A very simple subset of C Compiler(Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator) implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE 310 in undergraduate studies in CSE, BUET
SandyaSivakumar/Mini-Compiler
C++ Mini Compiler using tools Lex and Yacc
Yeaseen/c-compiler
:hamburger: A subset of C Compiler[Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator] , DAG & TAC implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE310 in undergradute studies in CSE, BUET
PragmaTwice/ChthollyLang
A simple implementation of Yet another script language Chtholly
mishal23/mini-c-compiler
Projects for Lexical Analyzer, Parser, Semantic Analyzer and ICG Phase in Compiler for subset of C type Language
tanmaya0102/Compiler-Design-Programs
Compiler Design Lab Programs
AsliRoy/Compiler-Design-Laboratory
These are the various assignments that were done as a part of the Compiler Design Laboratory
ketgg/Hana
Hana is an elegant, clean and minimalistic interpreted programming language inspired from lua, python and javascript <3
playXE/stack2ssa
Simple implementation of stack to SSA IR lowering
Skinz3/Nova.Compiler
Nova is a programming language with a high level of abstraction. This repository contains nova's bytecode compiler written in C# Using Antlr4 for parser & lexer.
Ajitesh27/Mini-C-Compiler
Compiler Design project on C Compiler Implementation
hrishikeshSuresh/CppCompiler
C++ compiler written in C++14
JACOBIN-SCTCS/SUBSET_COMPILER
A compiler which produces intermediate code using flex and bison
shumbul/Compiler-Design
Compiler Design using lex and c programming language.
KiranBabu007/COMPILER-LAB-CSL-411-S7
This repository contains all the necessary programs and solutions for the KTU Compiler Lab. Ideal for KTU University students, this collection covers each lab experiment, code examples, and explanations as per the official syllabus.
zarif98sjs/CSE-310-Compiler
CSE-310 Compiler Sessional
Abhishekmishra-17/Intermediate-code-generator-using-python3
Code generator program using python
AggroBird/propane
Intermediate bytecode language
dmaivel/vscc
Experimental x86-64 JIT compiler
masum035/Compiler-Design
This Repo Contains Compiler Related Codes Using Flex, Bison, C++
sakshidgoel/Python-Compiler
All phases of a compiler for Python Language have been implemented using C language. The constructs 'if-else' and 'while' have been handled.
Shukti042/Compiler
C compiler
WrenOswin/Compiler-Lab-CSL411
Experiments done during 7th semester of B.tech CSE for Compiler Lab at KTU
giannhskp/Compilers
Implementation of a Compiler for MiniJava to LLVM, Implementation of a LL(1) parser for a calculator
Miriam-Assraf/AbstractSyntaxTree
Three Address Code generator using Abstract Syntax Tree
mohansaidinesh/Compiler-Design-Lab
Compiler Design Experiments
SandeepKundalwal/Compiler-Design
[CS502: Compiler Design] Built Five Phases of Compiler - Parsing Trees, Semantic Analysis, Intermediate Code Generation, Live Variable Analysis, Register Allocation
SyedZawwarAhmed/LavaScript
Our very own programming language.
TebogoYungMercykay/RecSPL-Compiler-Construction-In-Python
This repository contains the core components of our Recursive Student Programming Language Compiler Construction and Design project. The project aims to implement a complete compiler, including lexical analysis, parsing, semantic analysis, and code generation.
zarif98sjs/Yet-Another-C-Compiler
A subset C compiler made with flex, bison and a lot of patience. Accompanied with some tips and tricks, and a small tutorial