diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-09 14:48:49 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-09 14:48:49 -0500 |
commit | 4b50a9fafe793abf3c2c16e203072a98a0702814 (patch) | |
tree | 52283545e15153a2adeba8145d8e018f97699cfe /libalee/corewords.hpp | |
parent | 3dc947a7575bd23703644996d8e853e5e618b2e3 (diff) |
move main execution to State; bring back verify()optimize
Diffstat (limited to 'libalee/corewords.hpp')
-rw-r--r-- | libalee/corewords.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libalee/corewords.hpp b/libalee/corewords.hpp index 25f6a6e..e56baa3 100644 --- a/libalee/corewords.hpp +++ b/libalee/corewords.hpp @@ -48,7 +48,7 @@ public: /** * Executes the given CoreWord execution token using the given state. */ - static void run(Cell, State&); + static bool run(Cell, State&); constexpr static char wordsarr[] = "_lit\0drop\0dup\0swap\0pick\0sys\0" |