From 6e4c0430de5ade2c8375ddcdeec93d4df3b163b1 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 18 Nov 2023 08:13:19 -0500 Subject: add _nx word, use for most of core not seeing performance improvement yet --- alee.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'alee.cpp') diff --git a/alee.cpp b/alee.cpp index cc9abde..e8194c6 100644 --- a/alee.cpp +++ b/alee.cpp @@ -46,6 +46,7 @@ int main(int argc, char *argv[]) #endif // ALEE_MSP430 dict.initialize(); + CoreWords::initialize(state); { std::vector args (argv + 1, argv + argc); -- cgit v1.2.3