Fast Brainfuck interpreter
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/
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/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 | 0000000602 602 Bytes | |
bff4.spec | 0000001966 1.92 KB | |
license-clarification.txt | 0000000636 636 Bytes |
Latest Revision
Stephan Kulow (coolo)
committed
(revision 2)
copy after accepting 125466
Comments 0