intermediate-code-generation topic

List intermediate-code-generation repositories

Compiler-Design

28
Stars
11
Forks
Watchers

A repository containing all experiments for the course Compiler Design.

c-compiler

102
Stars
31
Forks
Watchers

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.

clangir

290
Stars
82
Forks
Watchers

A new (MLIR based) high-level IR for clang.

ChthollyLang

20
Stars
1
Forks
Watchers

A simple implementation of Yet another script language Chtholly

c-compiler

20
Stars
2
Forks
Watchers

: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 ses...

Compiler-CSE-310-BUET

26
Stars
1
Forks
Watchers

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...

Compiler-Design-Laboratory

16
Stars
7
Forks
Watchers

These are the various assignments that were done as a part of the Compiler Design Laboratory

KTU-sem7-compilerdesign-programs

47
Stars
23
Forks
Watchers

KTU 7th Semester Compiler Design lab programs along with algorithms