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

https://github.com/ripta/quibble

Throwaway repo to test-drive QBE Intermediate Language
https://github.com/ripta/quibble

Last synced: 3 months ago
JSON representation

Throwaway repo to test-drive QBE Intermediate Language

Awesome Lists containing this project

README

        

# quibble

Throwaway repo for me to test-drive [QBE](https://c9x.me/compile/)
[IL](https://c9x.me/compile/doc/il.html).

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

❯ ./00-helloworld.out
hello world
```