interpreter for an intermediate representation based on three-address code (3AC) and static single-assignment (SSA) form
-
Updated
Jan 9, 2026 - TypeScript
interpreter for an intermediate representation based on three-address code (3AC) and static single-assignment (SSA) form
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.
Add a description, image, and links to the three-address-code topic page so that developers can more easily learn about it.
To associate your repository with the three-address-code topic, visit your repo's landing page and select "manage topics."