From 1815716fc702a745cf37db84757ab56a0d923f45 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 23 Feb 2023 08:29:11 -0500 Subject: .(, buffer:, c", erase --- alee.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alee.cpp') diff --git a/alee.cpp b/alee.cpp index 38b16e4..d8a0cc8 100644 --- a/alee.cpp +++ b/alee.cpp @@ -94,6 +94,8 @@ void parseFile(Parser& parser, State& state, std::istream& file) while (file.good()) { std::string line; std::getline(file, line); + if (line == "bye") + exit(0); parseLine(parser, state, line); } } -- cgit v1.2.3