This commit is contained in:
Valk Richard Li
2019-11-09 17:03:54 +08:00
committed by GitHub
parent 851602ed9d
commit 305dedfdc1
7 changed files with 156 additions and 22 deletions

View File

@@ -86,9 +86,7 @@ int main()
pas.get_detail_token_stream(lex.get_detail_token());
pas.parse_main();
if(!pas.get_error())
{
pas.run_tree();
}
else
std::cout<<">>[Parse] error(s) found,stop."<<std::endl;
}