lets get the repl working too
This commit is contained in:
parent
449d50ed49
commit
2ae1f3e967
1 changed files with 1 additions and 2 deletions
3
main.c
3
main.c
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue