diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-28 07:40:23 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-28 07:40:23 -0500 |
commit | d3046d56b9830bc924ca6a0e529ff0dbe7167614 (patch) | |
tree | 0efa605d8635e304d1c25894516c1101ee08318d /foci.h | |
parent | f633ca9108a6bd90408930eeb367a33deeb6b91f (diff) |
add do loop, immediate; branchless fexit
Diffstat (limited to 'foci.h')
-rw-r--r-- | foci.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ extern int foci_getchar(void); void init(intptr_t *dictmem); int depth(void); +int rdepth(void); int compiling(void); void interpret(void); void define(struct word_t *w); |