From 055fcb596781a8488afeb0030e9ef4295e3d7017 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 6 Oct 2019 17:30:11 +0800 Subject: updating --- MoonParser/moon_parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MoonParser/moon_parser.h') diff --git a/MoonParser/moon_parser.h b/MoonParser/moon_parser.h index 5327b05..0c45538 100644 --- a/MoonParser/moon_parser.h +++ b/MoonParser/moon_parser.h @@ -5,7 +5,6 @@ #include #include #include -#include #include #include "parserlib.hpp" using namespace parserlib; @@ -15,9 +14,10 @@ struct State { indents.push(0); stringOpen = -1; } - std::stringstream buffer; + std::string buffer; size_t stringOpen; std::stack indents; std::stack doStack; + static std::unordered_set luaKeywords; static std::unordered_set keywords; }; -- cgit v1.2.3-55-g6feb