From 4b50a9fafe793abf3c2c16e203072a98a0702814 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 9 Nov 2023 14:48:49 -0500 Subject: move main execution to State; bring back verify() --- libalee/corewords.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libalee/corewords.hpp') 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" -- cgit v1.2.3