bug fixed

This commit is contained in:
Valk Richard Li
2019-11-26 21:43:01 +08:00
committed by GitHub
parent bf8286d910
commit 3c97db02bc

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()