Description Usage Arguments Value
Compiles a brainfuck program to a function
1 | compile(brainfuck_code)
|
brainfuck_code |
the brainfuck code |
It returns a function that expects a raw vectors which is the internal memory of the brainfuck program. According to Wikipedia you should pass in a raw vector of size 30,000 or larger.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.