Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularityT3 committed Feb 12, 2023
1 parent 0ccc23b commit 77d94da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launch/repl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const char *multilineKeywords[] = {
};

bool startREPL() {
std::cout << "PseudoEngine2 v0.1 REPL\nEnter 'EXIT' to quit\n";
std::cout << "PseudoEngine2 v0.2 REPL\nEnter 'EXIT' to quit\n";

Lexer lexer;
Parser parser;
Expand Down

0 comments on commit 77d94da

Please sign in to comment.