bug fixed

This commit is contained in:
Valk Richard Li
2019-11-26 21:43:01 +08:00
committed by GitHub
parent b985f6ce9a
commit e58b10cd8a
+1 -1
View File
@@ -434,7 +434,7 @@ class balloon_lexer
++ptr;
}
}
std::cout<<">>[Lexer] complete scanning."<<error<<" error(s)."<<std::endl;
std::cout<<">>[Pre-lexer] complete scanning."<<error<<" error(s)."<<std::endl;
return;
}
void generate_detail_token()