diff --git a/parser.hpp b/parser.hpp index a850cb8..2aee82a 100644 --- a/parser.hpp +++ b/parser.hpp @@ -47,7 +47,8 @@ public: state.dict.addDefinition(sub); state.dict.add(CoreWords::HiddenWordLiteral); state.dict.add(state.pop()); - state.dict.add(CoreWords::findi("exit")); + state.dict.add(CoreWords::findi(";")); + CoreWords::run(CoreWords::findi(";"), state); break; default: break;