This commit is contained in:
Abdelrahman Said 2025-06-29 00:03:12 +01:00
parent 1c1d754750
commit 3aec8b6b5b

View File

@ -57,6 +57,6 @@ void run(const std::string &code) {
if (expression) { if (expression) {
AstPrinter printer{}; AstPrinter printer{};
std::cout << printer.print(*expression) << '\n'; std::cout << printer.print(*expression) << '\n';
} }
} }