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/
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Ports/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 |
Revision 1 (latest revision is 4)
Stephan Kulow (coolo)
committed
(revision 1)
osc copypac from project:openSUSE:Factory package:bff4 revision:cae5662090bdb1271c5f65d0dd9bd718, using expand
Comments 0