Compiling Expressions 17

This commit is contained in:
nazrin 2025-06-04 19:49:53 +00:00
parent 8fb449825d
commit 41404633da
18 changed files with 546 additions and 64 deletions

View file

@ -25,7 +25,7 @@ struct Lox{
}
int runPrompt(){
while(true){
write("> ");
write("lox> ");
string line = stdin.readln();
if(!line){
writeln();