From d3fbec09787014d306de5af136fdd060372b1c30 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Sun, 29 Sep 2019 11:03:38 +0800 Subject: [PATCH] Delete nasal_interpreter.cpp --- version0.5/nasal_interpreter.cpp | 61 -------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 version0.5/nasal_interpreter.cpp diff --git a/version0.5/nasal_interpreter.cpp b/version0.5/nasal_interpreter.cpp deleted file mode 100644 index ecbb47a..0000000 --- a/version0.5/nasal_interpreter.cpp +++ /dev/null @@ -1,61 +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. (-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."<