mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 19:39:02 +08:00
update
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user