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

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.
https://github.com/shaina-gh/intermediate-code-generation

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

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project