diff options
Diffstat (limited to 'src/yuescript/yue_parser.cpp')
-rw-r--r-- | src/yuescript/yue_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_parser.cpp b/src/yuescript/yue_parser.cpp index 5993ed5..ceb1f7c 100644 --- a/src/yuescript/yue_parser.cpp +++ b/src/yuescript/yue_parser.cpp | |||
@@ -519,7 +519,7 @@ YueParser::YueParser() { | |||
519 | UpdateOp = | 519 | UpdateOp = |
520 | expr("..") | "//" | "or" | "and" | | 520 | expr("..") | "//" | "or" | "and" | |
521 | ">>" | "<<" | "??" | | 521 | ">>" | "<<" | "??" | |
522 | set("+-*/%&|"); | 522 | set("+-*/%&|^"); |
523 | 523 | ||
524 | Update = UpdateOp >> '=' >> space >> Exp; | 524 | Update = UpdateOp >> '=' >> space >> Exp; |
525 | 525 | ||