This commit is contained in:
Valk Richard Li
2019-09-03 06:05:15 -05:00
committed by GitHub
parent 0b0d55bb15
commit b90dadc3c5
2 changed files with 544 additions and 309 deletions

View File

@@ -9,7 +9,7 @@ int main()
nasal_lexer lex;
nasal_parser pas;
std::string command;
std::cout<<">> nasal script interpreter by ValKmjolnir"<<std::endl;
std::cout<<">> Nasal interpreter by ValKmjolnir"<<std::endl;
std::cout<<">> input \"help\" to find help."<<std::endl;
std::cout<<">> Be careful: this interpreter uses strict methods to check if there's an error."<<std::endl;
std::cout<<" Always add \";\" after each statement (except loop and if-else)."<<std::endl;