Bug in func& operator= fixed

This commit is contained in:
Valk Richard Li
2019-08-11 17:11:18 +08:00
committed by GitHub
parent 7dcbd6fd10
commit aa2c6ad4cb
5 changed files with 55 additions and 43 deletions
+2
View File
@@ -30,7 +30,9 @@ int main()
else if(command=="rs")
nasal::PrintSourceFile();
else if(command=="exit")
{
break;
}
else if(command=="lexer")
nasal::nasal_lexer.print();
else if(command=="del")