|
bfx
An interpreter, compiler, and REPL for brainfuck-like languages
|
#include "interpret.h"#include "bfx.h"#include "langs/brainfork.h"#include "langs/brainfuck.h"#include "langs/grin.h"#include "langs/pbrain.h"#include "langs/weave.h"Macros | |
| #define | BFX_LANG(s) |
Functions | |
| BFX_Error | bfx_interpret (BFX *bfx) |
This file contains the implementation of the Brainfuck-like language interpreter.
| #define BFX_LANG | ( | s | ) |