Fast Brainfuck interpreter
http://mazonka.com/brainf/
Optimizing brainfuck implementation of dialect based on Daniel's dbfi (see "A very short self-interpreter")
This interpreter has only one input: program and input to the program have to be separated with ! e.g. ",.!a" prints 'a' To use it in interactive mode paste your program as input.
This program can be compiled with LNR macro defined. LNR is another optimization of linear loops (where '<>' balanced), e.g. [->+>++<<]. Linear loop is then executed in one step.
Oleg Mazonka 4.12.06 http://mazonka.com/
- Developed at devel:languages:misc
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/bff4 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bff4-arg.patch | 0000000998 998 Bytes | |
bff4.c | 0000004052 3.96 KB | |
bff4.changes | 0000000973 973 Bytes | |
bff4.spec | 0000001918 1.87 KB | |
license-clarification.txt | 0000000636 636 Bytes |
Comments 0