We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccc23b commit 77d94daCopy full SHA for 77d94da
src/launch/repl.cpp
@@ -13,7 +13,7 @@ static const char *multilineKeywords[] = {
13
};
14
15
bool startREPL() {
16
- std::cout << "PseudoEngine2 v0.1 REPL\nEnter 'EXIT' to quit\n";
+ std::cout << "PseudoEngine2 v0.2 REPL\nEnter 'EXIT' to quit\n";
17
18
Lexer lexer;
19
Parser parser;
0 commit comments