aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/corewords.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-10-27 21:11:44 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-10-27 21:11:44 -0400
commit91566e20e85cd2b504da7579dfca6df592ea7b30 (patch)
tree9bed62a7950fe2541595fa7b75d7c8b60369cb76 /libalee/corewords.cpp
parent3bb6ecbb2387614f352291920b3808e0b0808889 (diff)
fix core and core-ext impl to pass all tests
Diffstat (limited to 'libalee/corewords.cpp')
-rw-r--r--libalee/corewords.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libalee/corewords.cpp b/libalee/corewords.cpp
index 1a39b7e..6900b45 100644
--- a/libalee/corewords.cpp
+++ b/libalee/corewords.cpp
@@ -155,6 +155,7 @@ execute:
break;
case 22: // colon
state.push(state.dict.alignhere());
+ state.dict.write(Dictionary::CompToken, state.top());
while (!state.dict.hasInput())
state.input();
state.dict.addDefinition(state.dict.input());