aboutsummaryrefslogtreecommitdiffstats
path: root/alee-standalone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alee-standalone.cpp')
-rw-r--r--alee-standalone.cpp3
1 files changed, 3 insertions, 0 deletions
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<sizeof(alee_dat)> 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);