From b90dadc3c56f6ff6be6cb80dcc88e861648c8a2f Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Tue, 3 Sep 2019 06:05:15 -0500 Subject: [PATCH] Update --- version0.11/main.cpp | 2 +- version0.11/nasal_parser.h | 851 +++++++++++++++++++++++-------------- 2 files changed, 544 insertions(+), 309 deletions(-) diff --git a/version0.11/main.cpp b/version0.11/main.cpp index bf1d5ca..77cd364 100644 --- a/version0.11/main.cpp +++ b/version0.11/main.cpp @@ -9,7 +9,7 @@ int main() nasal_lexer lex; nasal_parser pas; std::string command; - std::cout<<">> nasal script interpreter by ValKmjolnir"<> Nasal interpreter by ValKmjolnir"<> input \"help\" to find help."<> Be careful: this interpreter uses strict methods to check if there's an error."<