forked from xxq250/Nasal-Interpreter
delete op_cntpop & counter stack
now the iterator will be type vm_cnt and be stored on value stack.
This commit is contained in:
+1
-1
@@ -270,9 +270,9 @@ std::string nasal_lexer::str_gen()
|
||||
|
||||
void nasal_lexer::scan(const std::string& file)
|
||||
{
|
||||
open(file);
|
||||
line=1;
|
||||
error=ptr=0;
|
||||
open(file);
|
||||
|
||||
std::string str;
|
||||
while(ptr<res.size())
|
||||
|
||||
Reference in New Issue
Block a user