bfx
An interpreter, compiler, and REPL for brainfuck-like languages
Loading...
Searching...
No Matches
interpret.h File Reference
#include "bfx.h"

Go to the source code of this file.

Functions

BFX_Error bfx_interpret (BFX *)
 

Detailed Description

This file contains public definitions for the implementation of the Brainfuck-like language interpreter.

Function Documentation

◆ bfx_interpret()

BFX_Error bfx_interpret ( BFX bfx)