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

https://github.com/reshane/rbfi

rusty brainfuck interpreter
https://github.com/reshane/rbfi

Last synced: over 1 year ago
JSON representation

rusty brainfuck interpreter

Awesome Lists containing this project

README

          

# quick start
`cargo r`

## internal representation

to see the generated instructions after output is printed, enable the `print_ir` feature flag:

`cargo r --features print_ir`