An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with three-address-code

A curated list of projects in awesome lists tagged with three-address-code .

https://github.com/willprice/camle-compiler

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

ast compiler grammar haskell language parser-combinator three-address-code while-language

Last synced: 03 Mar 2025

https://github.com/mnikander/ir

interpreter for an intermediate representation based on three-address code (3AC) and static single-assignment (SSA) form

interpreter ssa-form static-single-assignment three-address-code

Last synced: 13 Feb 2026

https://github.com/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.

compiler-design cpp infix-to-postfix intermediate-code-generation three-address-code

Last synced: 11 Jul 2025