From eb3ea1994428e25e4866afb0ca6ad4edfce5ae8c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 26 Jan 2025 20:33:20 -0500 Subject: interpret entirely in foci --- foci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'foci.h') diff --git a/foci.h b/foci.h index 3f745a5..c61e302 100644 --- a/foci.h +++ b/foci.h @@ -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 -- cgit v1.2.3