lets get the repl working too

This commit is contained in:
Zander Thannhauser 2025-08-17 22:16:35 -05:00
parent 449d50ed49
commit 2ae1f3e967

3
main.c
View file

@ -3207,8 +3207,7 @@ int main(int argc, char* const* argv)
struct value* value = evaluate(expression, scope); struct value* value = evaluate(expression, scope);
TODO; // switch on value kind print(value);
// print(value);
free_value(value); free_value(value);