diff --git a/version0.4/nasal_interpreter.cpp b/version0.4/nasal_interpreter.cpp index 021ef0a..c44f045 100644 --- a/version0.4/nasal_interpreter.cpp +++ b/version0.4/nasal_interpreter.cpp @@ -12,14 +12,14 @@ int main() if(command=="help") { std::cout<<">> nasal-- script by ValKmjolnir"<> 1. input file name to run the lexer."<> 2. command \"cls\" to clear the screen."<> 3. command \"exit\" to shut down the program."<> 4. command \"lexer\" to see tokens in stack."<> 5. command \"parser\" to run parser."<> 6. command \"del\" to delete all elements in stack."<> 7. command \"run\" to run the programme in stack."<> 8. command \"rs\" to check the source program."<> 1. |input file name to run the lexer."<> 2. \"cls\" |clear the screen."<> 3. \"exit\" |shut down the program."<> 4. \"lexer\" |see tokens in stack."<> 5. \"parser\"|run parser."<> 6. \"del\" |delete all elements in stack."<> 7. \"run\" |run the programme in stack."<> 8. \"rs\" |check the source program."<