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-standalone.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alee-standalone.cpp') diff --git a/alee-standalone.cpp b/alee-standalone.cpp index 9f5eae5..95c72e5 100644 --- a/alee-standalone.cpp +++ b/alee-standalone.cpp @@ -40,6 +40,9 @@ int main(int argc, char *argv[]) SplitMemDict dict (alee_dat); State state (dict, readchar); + dict.initialize(); + CoreWords::initialize(state); + std::vector args (argv + 1, argv + argc); for (const auto& a : args) { std::ifstream file (a); -- cgit v1.2.3