aboutsummaryrefslogtreecommitdiffstats
path: root/foci.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-26 20:33:20 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-26 20:33:20 -0500
commiteb3ea1994428e25e4866afb0ca6ad4edfce5ae8c (patch)
treead1145464172ae38398d7aa77d49a950dac27c98 /foci.h
parent9307097160390b384907c193aca0d6703ab63516 (diff)
interpret entirely in foci
Diffstat (limited to 'foci.h')
-rw-r--r--foci.h2
1 files changed, 1 insertions, 1 deletions
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