mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
bug fixed
This commit is contained in:
@@ -434,7 +434,7 @@ class balloon_lexer
|
|||||||
++ptr;
|
++ptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::cout<<">>[Lexer] complete scanning."<<error<<" error(s)."<<std::endl;
|
std::cout<<">>[Pre-lexer] complete scanning."<<error<<" error(s)."<<std::endl;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
void generate_detail_token()
|
void generate_detail_token()
|
||||||
|
|||||||
Reference in New Issue
Block a user