mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-27 13:28:45 +08:00
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