Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeahnotsewerside/brainfuckcompiler

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

Last synced: about 10 hours 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, ++>>++);