repl was exiting on error O_o

This commit is contained in:
Lobo 2026-01-14 12:21:11 -03:00
parent 27df5f8ce0
commit 9ef27f90e1

View file

@ -31,7 +31,6 @@ void repl(void) {
println(result);
} else {
error_print(&in);
exit(1);
}
printf("λ> ");
nexttoken(&lex);