Local Variables 22

This commit is contained in:
nazrin 2025-06-07 23:52:16 +00:00
parent 4f2211eb72
commit 72a41e81e6
18 changed files with 1335 additions and 115 deletions

View file

@ -18,6 +18,7 @@ int interpretResult(VM.InterpretResult result){
}
int runPrompt(){
vm.isREPL = true;
char[1024 * 4] line;
while(true){
printf(colour!("lox> ", Colour.Green).ptr);