Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lleyton/bfc

A naive Brainfuck compiler frontend for QBE.
https://github.com/lleyton/bfc

brainfuck brainfuck-compiler compiler qbe rust

Last synced: 9 days ago
JSON representation

A naive Brainfuck compiler frontend for QBE.

Awesome Lists containing this project

README

        

# bfc

A naive [Brainfuck](https://brainfuck.org/) compiler frontend for [QBE](https://c9x.me/compile/)... since I wanted to play around with it.

## Usage

```sh
cargo run source.b > source.sse
qbe -o source.s source.sse
cc source.s
./a.out
```