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

https://github.com/yeahnotsewerside/brainfuckcompiler

Translates brainfuck into rust, then gets compiled by rustc
https://github.com/yeahnotsewerside/brainfuckcompiler

Last synced: about 1 year ago
JSON representation

Translates brainfuck into rust, then gets compiled by rustc

Awesome Lists containing this project

README

          

# BrainFuckCompiler
Translates brainfuck into rust, then gets compiled by rustc, so it produces pretty fast binaries.

compile_brainfuck!(cmp 30000, ++>>++);