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

ast codegen compiler compiler-construction educational expression-compiler lexer math-parser parser react react-d3-tree three-address-code transpiler typescript visualization

Last synced: 08 Apr 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