diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-23 08:29:11 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-23 08:29:11 -0500 |
commit | 1815716fc702a745cf37db84757ab56a0d923f45 (patch) | |
tree | d668bacd46504e7a78e0e5f5133912e6b7b13e62 /alee.cpp | |
parent | 9ccce3fd1831684a9074a3b4e243e80418265cd6 (diff) |
.(, buffer:, c", erase
Diffstat (limited to 'alee.cpp')
-rw-r--r-- | alee.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } } |