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
12
BFX_Error
bfx_interpret
(
BFX
*);
13
14
#endif
bfx.h
BFX_Error
BFX_Error
Definition:
bfx.h:93
bfx_interpret
BFX_Error bfx_interpret(BFX *)
Definition:
interpret.c:23
BFX
Structure to store generic data for a brainfuck-like esolang interpreter.
Definition:
bfx.h:149
libbfx
src
interpret.h
Generated by
1.9.6