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

https://github.com/tekknolagi/incremental-ssa


https://github.com/tekknolagi/incremental-ssa

cfg compiler ir parser ssa

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Building SSA from the parser

A nearly complete port of the [Braun SSA
paper](https://bernsteinbear.com/assets/img/braun13cc.pdf) (PDF) to the parser
instead of building from an AST.

It builds an IR for (the top-level of) the
[Wabbit](https://dabeaz.com/wabbit.html) language.