diff options
author | Li Jin <dragon-fly@qq.com> | 2020-02-18 00:43:07 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-02-18 00:43:07 +0800 |
commit | adfea5f0eee289fe729c2bcc68105417d77a8407 (patch) | |
tree | 9ec34e380c7157f0ed14a80ef4e2ab30876942fd /src/MoonP/moon_parser.cpp | |
parent | 27e0f69843f412f25703c2c9165dbc1a0c6d6218 (diff) | |
download | yuescript-adfea5f0eee289fe729c2bcc68105417d77a8407.tar.gz yuescript-adfea5f0eee289fe729c2bcc68105417d77a8407.tar.bz2 yuescript-adfea5f0eee289fe729c2bcc68105417d77a8407.zip |
remove the extra type id system.
Diffstat (limited to 'src/MoonP/moon_parser.cpp')
-rw-r--r-- | src/MoonP/moon_parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MoonP/moon_parser.cpp b/src/MoonP/moon_parser.cpp index 0ea6e12..1ba8ad3 100644 --- a/src/MoonP/moon_parser.cpp +++ b/src/MoonP/moon_parser.cpp | |||
@@ -11,6 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI | |||
11 | namespace pl = parserlib; | 11 | namespace pl = parserlib; |
12 | 12 | ||
13 | namespace MoonP { | 13 | namespace MoonP { |
14 | using namespace std::string_view_literals; | ||
14 | 15 | ||
15 | std::unordered_set<std::string> LuaKeywords = { | 16 | std::unordered_set<std::string> LuaKeywords = { |
16 | "and", "break", "do", "else", "elseif", | 17 | "and", "break", "do", "else", "elseif", |