ripta / quibble

Throwaway repo to test-drive QBE Intermediate Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quibble

Throwaway repo for me to test-drive QBE IL.

❯ make
qbe -o 00-helloworld.s 00-helloworld.ssa
clang -o 00-helloworld.out 00-helloworld.s

❯ ./00-helloworld.out
hello world

About

Throwaway repo to test-drive QBE Intermediate Language

License:MIT License


Languages

Language:Assembly 66.9%Language:Dockerfile 21.6%Language:Makefile 11.5%