delete op_cntpop & counter stack

now the iterator will be type vm_cnt and be stored on value stack.
This commit is contained in:
ValKmjolnir
2021-11-25 18:13:31 +08:00
parent 0a8655eb4d
commit b8ef3cf6b6
4 changed files with 41 additions and 47 deletions
+1 -1
View File
@@ -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())