Projects in Awesome Lists tagged with static-single-assignment
A curated list of projects in awesome lists tagged with static-single-assignment .
https://github.com/pfalcon/ssabook
Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was still online as of 2021-03, but then gone by 2021-09).
Last synced: 09 Jan 2026
https://github.com/dylan-sutton-chavez/edge-python
Single-pass SSA compiler and threaded-code VM for a sandboxed Python subset. NaN-boxed values, dual inline caching, super-instruction fusion, pure-function memoization, mark-sweep GC; classes with inheritance and dunder protocol, async/await, pattern matching, and packages.json imports. around 170 KB WebAssembly module.
bytecode compiler garbage-collector inline-caching interpreter memoization nan-boxing no-std python python-compiler python-interpreter rust sandbox ssa static-single-assignment virtual-machine wasm webassembly
Last synced: 23 May 2026
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