|
Zen-C
|
#include "zprep_plugin.h"#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>
Data Structures | |
| struct | ForthWord |
Functions | |
| void | eval_forth_token (char *token, char **scan_ptr, char **out_ptr) |
| void | process_forth_source (char *src, char **out_ptr) |
| void | load_prelude () |
| void | zprep_forth_plugin_fn (const char *input_body, const ZApi *api) |
| ZPlugin * | z_plugin_init () |
Variables | |
| ZPlugin | forth_plugin = {.name = "forth", .fn = zprep_forth_plugin_fn} |
| void eval_forth_token | ( | char * | token, |
| char ** | scan_ptr, | ||
| char ** | out_ptr | ||
| ) |


| void load_prelude | ( | ) |

| void process_forth_source | ( | char * | src, |
| char ** | out_ptr | ||
| ) |


| ZPlugin * z_plugin_init | ( | void | ) |
| void zprep_forth_plugin_fn | ( | const char * | input_body, |
| const ZApi * | api | ||
| ) |

| ZPlugin forth_plugin = {.name = "forth", .fn = zprep_forth_plugin_fn} |