Local Variables 22
This commit is contained in:
parent
4f2211eb72
commit
72a41e81e6
18 changed files with 1335 additions and 115 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue