|
Zen-C
|

Macros | |
| #define | BF_W 80 |
| #define | BF_H 25 |
Functions | |
| void | befunge_transpile (const char *input_body, const ZApi *api) |
| ZPlugin * | z_plugin_init (void) |
Variables | |
| ZPlugin | befunge_plugin = {.name = "befunge", .fn = befunge_transpile} |
| #define BF_H 25 |
| #define BF_W 80 |
| void befunge_transpile | ( | const char * | input_body, |
| const ZApi * | api | ||
| ) |
| ZPlugin * z_plugin_init | ( | void | ) |
| ZPlugin befunge_plugin = {.name = "befunge", .fn = befunge_transpile} |