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/abhishekmishra-17/intermediate-code-generator-using-python3
Code generator program using python
code-generation code-generator compiler compiler-design compilers intermediate-code-generation python python38 pythonprogram three-address-code
Last synced: 14 Apr 2025
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/morteza363831/simple-c-compiler
A simple compiler for C language
antlr4 c compiler java lexer maven parser semantic-analyzer simple-compiler three-address-code
Last synced: 07 Apr 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