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

https://github.com/cmtt/jab

just another bf
https://github.com/cmtt/jab

Last synced: about 1 year ago
JSON representation

just another bf

Awesome Lists containing this project

README

          

# just another bf

`jab` is a work-in-progress JIT x84 compiler for bf programs, based off the
[dynasm](https://censoredusername.github.io/dynasm-rs) tutorial.

## Optimizations

All optimizations are implemented in `src/optimizer.rs`.

## See also

- [funkicrab](https://github.com/zesterer/funkicrab)
- [bfoptimization](https://github.com/matslina/bfoptimization/)
- [The Compiler Project](http://www.clifford.at/bfcpu/bfcomp.html)
- [bf](https://github.com/mwolting/bf)

## Further reading

- [Wikipedia](https://en.wikipedia.org/w/index.php?title=Brainf***)
- [dynasm](https://censoredusername.github.io/dynasm-rs/language/index.html#x64x86)
- [esolangs.org](https://esolangs.org/wiki/Brainfuck)