Compiler backend that translates IL to machine code for various architectures
Compiler Backend
qbe
$ qbe -o output.s input.il
$ qbe -t amd64 input.il -o output.s
$ qbe -h