An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: three-address-code

AnindyaMajumder/Compiler-Design

This repository contains the coursework of CSE420: Compiler Design course

Language: C - Size: 2.86 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

enricostara/cleric

C compiler Implemented in C

Language: C - Size: 531 KB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 23 - Forks: 1

shaina-gh/intermediate-code-generation

This repository contains a C++ implementation for converting infix expressions into postfix form and generating corresponding three-address intermediate code, a key step in compiler construction.

Language: C++ - Size: 3.91 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kim0chi/mini-compiler

A simple educational compiler for a custom mini-language.

Language: Java - Size: 50.8 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Morteza363831/simple-c-compiler

A simple compiler for C language

Language: Java - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

theMHD-120/EGC-Flex-Yacc-Compilers-Project

Eqbal G Mansoori Compilers; a simple version of a compiler including mathematical expressions with specified rules and instructions - Principles of Compilers Design final project - Winter 2025 /// by theMHD

Language: Yacc - Size: 3.12 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: Lex - Size: 10.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

4nnina/InfixCalculator

Final project for the course 'Compilatori' from University of Verona

Language: Yacc - Size: 453 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

amr4i/CS335---Compilers-Project

A c# compiler implemented in C++, for the course project for CS335@IITK

Language: HTML - Size: 10 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 0

Code-forlife/SPCC-Practicals

This repo offers 10 labs to learn compiler design, covering lexers, parsers, code generation, and more

Language: C - Size: 16.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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

Language: C++ - Size: 6.44 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

masum035/Compiler-Design

This Repo Contains Compiler Related Codes Using Flex, Bison, C++

Language: C++ - Size: 990 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

anikabytes/BRACU_CSE420_Compiler_Designs

Language: Yacc - Size: 98.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sarthak-chakraborty/TinyC

Compiler for TinyC (a subset of C)

Language: Yacc - Size: 738 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

edgardozoppi/analysis-net

Static analysis framework for .NET programs.

Language: C# - Size: 2.33 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 14

StefanoMunari/FAC

F Academic Compiler

Language: C - Size: 687 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

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.

Language: Yacc - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Abhishekmishra-17/Intermediate-code-generator-using-python3

Code generator program using python

Language: Python - Size: 200 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 6

willprice/camle-compiler

A compiler for a language called CAMLE similar to that of `While` from the Appel compiler book

Language: Haskell - Size: 271 KB - Last synced at: 7 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

yektaKamane/Yet-Another-Python-Compiler

The front-end of a compiler that converts python code to Three-Address-Code(TAC)

Language: Yacc - Size: 840 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

MrUltimate-Karn/Compiler-Design-Lab

Compiler Design Lab

Language: Lex - Size: 1.21 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

Miriam-Assraf/AbstractSyntaxTree

Three Address Code generator using Abstract Syntax Tree

Language: M4 - Size: 184 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

martinkostelnik/tac-analysis

Three address code syntactic analyser and interpreter

Language: Python - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

hardikrana11/Compiler-Design

Lab work done as a part of course CO351-compiler design lab.

Language: Yacc - Size: 923 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

rohitgpt178/CS335_Compiler

Go-C++-MIPS

Language: Yacc - Size: 1.36 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

code-blooded/mini-compiler

A Mini Compiler for C

Language: C++ - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Related Keywords