From 70a43c2f03a29ce6570e1c85c14d93c2763ed87c Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sat, 25 Dec 2021 15:56:08 +0800 Subject: [PATCH] bug fixed --- nasal_err.h | 12 +++++++++++- nasal_lexer.h | 10 ++++++++-- nasal_parse.h | 2 ++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/nasal_err.h b/nasal_err.h index 87b5da0..4107433 100644 --- a/nasal_err.h +++ b/nasal_err.h @@ -48,11 +48,16 @@ public: void err(const char* stage,const std::string& info) { ++error; - std::cout<<"["<