aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MoonP/moon_parser.cpp')
-rw-r--r--src/MoonP/moon_parser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MoonP/moon_parser.cpp b/src/MoonP/moon_parser.cpp
index 6c1382d..63ffec7 100644
--- a/src/MoonP/moon_parser.cpp
+++ b/src/MoonP/moon_parser.cpp
@@ -412,7 +412,8 @@ MoonParser::MoonParser() {
412 FnArgs | 412 FnArgs |
413 SingleString | 413 SingleString |
414 DoubleString | 414 DoubleString |
415 and_(expr('[')) >> LuaString); 415 and_(expr('[')) >> LuaString |
416 and_(expr('{')) >> TableLit);
416 417
417 TableValue = KeyValue | Exp; 418 TableValue = KeyValue | Exp;
418 419