https://github.com/ibara/bf.ssa
Brainfuck compiler written in QBE IR.
https://github.com/ibara/bf.ssa
Last synced: 6 months ago
JSON representation
Brainfuck compiler written in QBE IR.
- Host: GitHub
- URL: https://github.com/ibara/bf.ssa
- Owner: ibara
- License: isc
- Created: 2021-08-25T04:04:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T03:46:03.000Z (over 4 years ago)
- Last Synced: 2025-04-28T12:58:47.298Z (9 months ago)
- Language: Makefile
- Homepage: https://briancallahan.net/blog/20210829.html
- Size: 5.86 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bf.ssa
======
`bf.ssa` is a Brainfuck compiler written in
[QBE](https://c9x.me/compile/)
IR.
You'll need QBE to build this. It works for me on
[OpenBSD](https://www.openbsd.org/)
and should work on common Unix systems.