#include "nasal.h" int main() { std::string command; std::cout<<">> nasal-- script by ValKmjolnir"<> input \"help\" to find help."<> "; std::getline(std::cin,command); if(command=="help") { std::cout<<">> nasal script by ValKmjolnir"<> 1. |input file name to run the lexer. (-lexer)"<> 2. \"cls\" |clear the screen."<> 3. \"exit\" |shut down the program."<> 4. \"lexer\" |see tokens in stack."<> 5. \"parser\"|run parser. (-parser)"<> 6. \"del\" |delete all elements in stack."<> 7. \"run\" |run the programme in stack. (-lexer -parser)"<> 8. \"rs\" |check the source program."<>[Delete] Complete."<