From f6c2f203c82630748e81a8fbc8b32771ba1d76f9 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Fri, 27 Sep 2019 22:41:45 +0800 Subject: [PATCH] Delete nasal_interpreter.cpp --- version0.3/nasal_interpreter.cpp | 54 -------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 version0.3/nasal_interpreter.cpp diff --git a/version0.3/nasal_interpreter.cpp b/version0.3/nasal_interpreter.cpp deleted file mode 100644 index 021ef0a..0000000 --- a/version0.3/nasal_interpreter.cpp +++ /dev/null @@ -1,54 +0,0 @@ -#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."<> 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."<