aboutsummaryrefslogtreecommitdiffstats
path: root/alee.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-19 11:52:18 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-19 11:52:18 -0500
commit171b82dab0d6e35ad7b57a4c750333c95b802b0e (patch)
tree3be66f5d834ba3f1ead15bb644b841918834a28a /alee.cpp
parent12cb6b9e5607e9db2255afd977814cbb0e3fceae (diff)
fundamental compiling words
Diffstat (limited to 'alee.cpp')
-rw-r--r--alee.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/alee.cpp b/alee.cpp
index c8dee45..855afa8 100644
--- a/alee.cpp
+++ b/alee.cpp
@@ -47,6 +47,10 @@ int main(int argc, char *argv[])
State state (dict, readchar);
Parser parser;
+ dict.write(Dictionary::Base, 10);
+ dict.write(Dictionary::Compiling, 0);
+ dict.write(Dictionary::Postpone, 0);
+
std::vector args (argv + 1, argv + argc);
for (const auto& a : args) {
std::ifstream file (a);