This commit is contained in:
Valk Richard Li
2020-01-21 17:35:50 +08:00
committed by GitHub
parent 65782f4d72
commit 772cf253da
4 changed files with 230 additions and 62 deletions

View File

@@ -55,6 +55,8 @@ int main()
else if(command=="del")
{
resource.delete_all_source();
lexer.delete_all_tokens();
parser.delete_all_elements();
std::cout<<">>[Delete] complete."<<std::endl;
}
else if(command=="lib")