aboutsummaryrefslogtreecommitdiffstats
path: root/alee.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-18 08:13:19 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-11-18 08:13:19 -0500
commit6e4c0430de5ade2c8375ddcdeec93d4df3b163b1 (patch)
tree33886ae29401d4508298c6d63592ccdfb37a0e17 /alee.cpp
parenta3fca07d87a2d057657af9bb79de9f595e4b1a10 (diff)
add _nx word, use for most of core
not seeing performance improvement yet
Diffstat (limited to 'alee.cpp')
-rw-r--r--alee.cpp1
1 files changed, 1 insertions, 0 deletions
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);