diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-26 20:33:20 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-26 20:33:20 -0500 |
commit | eb3ea1994428e25e4866afb0ca6ad4edfce5ae8c (patch) | |
tree | ad1145464172ae38398d7aa77d49a950dac27c98 /foci.h | |
parent | 9307097160390b384907c193aca0d6703ab63516 (diff) |
interpret entirely in foci
Diffstat (limited to 'foci.h')
-rw-r--r-- | foci.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ extern int foci_getchar(void); void init(void); int depth(void); int compiling(void); -void parse_word(const char *buf, const char *s); +void interpret(void); void define(struct word_t *w); void fexit(void); // internal use only |