forked from xxq250/Nasal-Interpreter
update
This commit is contained in:
@@ -59,10 +59,7 @@ var generate_str=func()
|
||||
ptr+=1;
|
||||
}
|
||||
if(ptr>=len)
|
||||
{
|
||||
print("read eof when generating string.");
|
||||
break;
|
||||
}
|
||||
ptr+=1;
|
||||
return tok_str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user