@ -147,11 +147,11 @@ void debug() {
int main(int argc, char *argv[]) {
// #ifdef NDEBUG
// repl();
// #else
debug();
// #endif
if (argc == 2 && strcpy(argv[1], "-debug")) {
} else {
repl();
}
return 0;