This commit is contained in:
Valk Richard Li
2019-11-14 23:21:47 +08:00
committed by GitHub
parent 6081c643d0
commit 8502ef20cf
6 changed files with 37 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ int main()
std::cout<<">> 8. [run ] |run the programme in stack. (-lexer -parser)"<<std::endl;
std::cout<<">> 9. [rs ] |check the source program."<<std::endl;
std::cout<<">>10. [lib ] |add lib into resource codes."<<std::endl;
std::cout<<">>11. [sound ] |make noise(?)."<<std::endl;
}
else if(command=="cls")
{
@@ -111,6 +112,8 @@ int main()
std::cout<<">>[Lexer] error(s) found,stop."<<std::endl;
}
}
else if(command=="sound")
alert_sound();
else
prog.input_file(command);
}