quebex

A software analysis framework built around the QBE intermediate language

git clone https://git.8pit.net/quebex.git

1function w $main() {
2@start
3	%val =w add 0, 0
4	%val.1 =w add 0, +5
5	ret %val
6}