diff options
author | Li Jin <dragon-fly@qq.com> | 2019-09-08 00:28:49 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2019-09-08 00:28:49 +0800 |
commit | fabc309a0a0a6f210a8a7ed8f0d1f8498971f409 (patch) | |
tree | 0187faf6b0caf17d1767b5a01ea174704742ab6f /MoonParser/moon_parser.h | |
parent | 5e3d082dd2ea31acf0cc722c19b78aa4ef6e6077 (diff) | |
download | yuescript-fabc309a0a0a6f210a8a7ed8f0d1f8498971f409.tar.gz yuescript-fabc309a0a0a6f210a8a7ed8f0d1f8498971f409.tar.bz2 yuescript-fabc309a0a0a6f210a8a7ed8f0d1f8498971f409.zip |
completing moonscript compiler with c++.
Diffstat (limited to 'MoonParser/moon_parser.h')
-rw-r--r-- | MoonParser/moon_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MoonParser/moon_parser.h b/MoonParser/moon_parser.h index 0c3f427..bf618aa 100644 --- a/MoonParser/moon_parser.h +++ b/MoonParser/moon_parser.h | |||
@@ -26,6 +26,6 @@ struct State | |||
26 | "local", "not", "then", "return", "from", | 26 | "local", "not", "then", "return", "from", |
27 | "extends", "for", "do", "or", "export", | 27 | "extends", "for", "do", "or", "export", |
28 | "class", "in", "unless", "when", "elseif", | 28 | "class", "in", "unless", "when", "elseif", |
29 | "switch", "break", "if", "with", "import" | 29 | "switch", "break", "if", "with", "import", "true", "false", "nil" |
30 | }; | 30 | }; |
31 | }; | 31 | }; |