diff --git a/version0.5/nasal_interpreter.cpp b/version0.5/nasal_interpreter.cpp index 4e6b6ec..ecbb47a 100644 --- a/version0.5/nasal_interpreter.cpp +++ b/version0.5/nasal_interpreter.cpp @@ -12,13 +12,13 @@ int main() if(command=="help") { std::cout<<">> nasal script by ValKmjolnir"<> 1. |input file name to run the lexer."<> 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."<> 5. \"parser\"|run parser. (-parser)"<> 6. \"del\" |delete all elements in stack."<> 7. \"run\" |run the programme in stack."<> 7. \"run\" |run the programme in stack. (-lexer -parser)"<> 8. \"rs\" |check the source program."<>[Delete] Complete."<>[Error] Failed to load file: "<> Complete scanning \""<>[Lexer] Complete scanning \""<>[Error]: Parse error."<>[Error] Parse error."<> Parse analysis complete."<>[Parser] Parse analysis complete."<