aboutsummaryrefslogtreecommitdiff
path: root/src/yuescript/yue_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuescript/yue_parser.cpp')
-rw-r--r--src/yuescript/yue_parser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuescript/yue_parser.cpp b/src/yuescript/yue_parser.cpp
index ef242ea..5993ed5 100644
--- a/src/yuescript/yue_parser.cpp
+++ b/src/yuescript/yue_parser.cpp
@@ -653,6 +653,8 @@ YueParser::YueParser() {
653 653
654 ExistentialOp = '?' >> not_('?'); 654 ExistentialOp = '?' >> not_('?');
655 TableAppendingOp = and_('[') >> ("[]" | brackets_expression_error); 655 TableAppendingOp = and_('[') >> ("[]" | brackets_expression_error);
656 PlainItem = +any_char;
657
656 chain_call = ( 658 chain_call = (
657 Callable >> -ExistentialOp >> -chain_items 659 Callable >> -ExistentialOp >> -chain_items
658 ) | ( 660 ) | (