Basic arithmetic works

This commit is contained in:
2022-08-06 14:50:22 +01:00
parent c178824a0a
commit a05b93975e
6 changed files with 292 additions and 32 deletions

View File

@@ -91,7 +91,7 @@ void repl() {
Interpreter interpreter; //persist the interpreter for the scopes
for(;;) {
printf(">");
printf("> ");
fgets(input, size, stdin);
//setup this iteration