bfx
An interpreter, compiler, and REPL for brainfuck-like languages
Loading...
Searching...
No Matches
interpret.h
Go to the documentation of this file.
1
7#ifndef BFX_INTERPRET_H
8#define BFX_INTERPRET_H
9
10#include "bfx.h"
11
13
14#endif
BFX_Error
Definition: bfx.h:93
BFX_Error bfx_interpret(BFX *)
Definition: interpret.c:23
Structure to store generic data for a brainfuck-like esolang interpreter.
Definition: bfx.h:149