|
bfx
An interpreter, compiler, and REPL for brainfuck-like languages
|
Data structure for Grin language. More...
#include <grin.h>
Data Fields | |
| BFX_GrinUnit | unit |
| Unit of measurement. | |
| double | reg |
| Register value. | |
| int | precision |
| Number of decimal places to print. | |
| double | tape [BFX_DEFAULT_TAPE_SIZE] |
| Tape memory. | |
Data structure for Grin language.
| int precision |
Number of decimal places to print.
| double reg |
Register value.
| double tape[BFX_DEFAULT_TAPE_SIZE] |
Tape memory.
| BFX_GrinUnit unit |
Unit of measurement.