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
- Host: GitHub
- URL: https://github.com/ripta/quibble
- Owner: ripta
- License: mit
- Created: 2024-02-20T05:09:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T05:22:30.000Z (over 1 year ago)
- Last Synced: 2025-02-16T09:43:05.269Z (3 months ago)
- Language: Assembly
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```