From 0e98edbf61fb27ef54761d26da0d6f37e5f662ea Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Thu, 8 Aug 2019 22:44:57 +0800 Subject: [PATCH] Delete interpreter_main.cpp --- interpreter_main.cpp | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 interpreter_main.cpp diff --git a/interpreter_main.cpp b/interpreter_main.cpp deleted file mode 100644 index 718e8a7..0000000 --- a/interpreter_main.cpp +++ /dev/null @@ -1,35 +0,0 @@ -#include -#include -#include -#include -#include -#include "nasal.h" - -using namespace nasal; - -int main() -{ - std::cout<<">> input \"help\" to find help."<> "; - std::cin>>Command; - if(Command=="help") - { - std::cout<<">> 1.input file name to run the nasal script."<> 2.command cls to clear the screen."<> 3.command exit to shut down the program."<