This commit is contained in:
Valk Richard Li
2020-01-29 22:54:05 +08:00
committed by GitHub
parent 7f0f89e8d5
commit c41302c1f1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ class nasal_lexer
detail_token_list.push_back(detail_token);
}
}
std::cout<<">>[Detail-Lexer] complete generating. "<<error<<" error(s)."<<std::endl;
std::cout<<">>[Detail-lexer] complete generating. "<<error<<" error(s)."<<std::endl;
return;
}
int get_error()