bfx
An interpreter, compiler, and REPL for brainfuck-like languages
Loading...
Searching...
No Matches
BFX_GrinData Struct Reference

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.
 

Detailed Description

Data structure for Grin language.

Field Documentation

◆ precision

int precision

Number of decimal places to print.

◆ reg

double reg

Register value.

◆ tape

double tape[BFX_DEFAULT_TAPE_SIZE]

Tape memory.

◆ unit

Unit of measurement.


The documentation for this struct was generated from the following file: