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

Topic: "three-address-code"

enricostara/cleric

C compiler Implemented in C

Language: C - Size: 531 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 22 - Forks: 2

edgardozoppi/analysis-net

Static analysis framework for .NET programs.

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

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: over 1 year ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 0

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

Code generator program using python

Language: Python - Size: 200 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 6

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: almost 3 years ago - Stars: 4 - Forks: 1

masum035/Compiler-Design

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

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

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

sarthak-chakraborty/TinyC

Compiler for TinyC (a subset of C)

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

StefanoMunari/FAC

F Academic Compiler

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

Morteza363831/simple-c-compiler

A simple compiler for C language

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

anikabytes/BRACU_CSE420_Compiler_Designs

Language: Yacc - Size: 98.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - 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: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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: almost 3 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: 8 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

rohitgpt178/CS335_Compiler

Go-C++-MIPS

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

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: 20 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

shakurt/expression-compiler

A simple educational JavaScript project that simulates a mini compiler. It takes a mathematical expression as input and performs lexical, syntactic, semantic analysis, intermediate code generation, and basic optimization — all visualized step by step in React.

Language: TypeScript - Size: 225 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

GaiShukrun/C-Like-Compiler

šŸš€ Sophisticated C-like compiler translating source code to optimized Three-Address Code (3AC). Features advanced lexical analysis (40+ tokens), comprehensive parsing (50+ grammar rules), semantic analysis with type checking, and hierarchical symbol table management. Built with Lex/Flex & Yacc/Bison.

Language: Yacc - Size: 66.4 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

AnindyaMajumder/Compiler-Design

This repository contains the coursework of CSE420: Compiler Design course

Language: C - Size: 2.86 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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: 4 months ago - Pushed at: 5 months 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: 6 months ago - Pushed at: 6 months ago - Stars: 0 - 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: 9 months ago - Pushed at: 9 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: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - 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: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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: almost 2 years ago - Pushed at: almost 2 years 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: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

hardikrana11/Compiler-Design

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

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

code-blooded/mini-compiler

A Mini Compiler for C

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

Related Topics
compiler 16 parser 13 lexer 11 compiler-design 10 lexical-analysis 7 semantic-analysis 5 c 5 flex 5 lex 5 intermediate-code-generation 5 lexical-analyzer 5 code-generation 4 abstract-syntax-tree 4 bison 4 yacc 4 ast 3 bison-flex 3 yacc-lex 3 bison-yacc 3 semantic-analyzer 3 compiler-construction 3 cpp 3 c-language 2 interpreter 2 java 2 python 2 syntax-analyzer 2 compilers 2 lalr-parser 2 syntax-analysis 2 symbol-table 2 triples 2 linux 2 regex 2 control-flow-analysis 2 syntax-directed-translation 2 maven 1 simple-compiler 1 infix-to-postfix 1 antlr4 1 compilers-principles 1 infix-notation 1 coursework 1 threeaddresscode 1 quadraples 1 lexprogramming 1 compilerdesign 1 semantic-translation 1 parser-generation 1 macro-processing 1 linking-loading 1 dfa-optimization 1 assembler-design 1 syntax-parsing 1 short-circuit-evaluation 1 programming-language 1 symbol-table-generation 1 swing-gui 1 recursive-descent 1 nasm 1 ll1-parser 1 intermediate-representation 1 code-optimizer 1 assembly 1 while-language 1 parser-combinator 1 language 1 haskell 1 grammar 1 visualization 1 typescript 1 transpiler 1 react-d3-tree 1 react 1 math-parser 1 expression-compiler 1 educational 1 codegen 1 pythonprogram 1 python38 1 code-generator 1 recursive-descent-parser 1 precedence-climbing 1 scanning 1 golang 1 cpp11 1 mips 1 visual-basic 1 static-single-assignment 1 static-code-analysis 1 static-analysis 1 ssa 1 points-to-analysis 1 net-framework 1 library 1 framework 1 dotnet 1 data-flow-analysis 1 cil 1 call-graph-analysis 1