diff options
Diffstat (limited to 'src/yuescript/yue_parser.cpp')
| -rwxr-xr-x | src/yuescript/yue_parser.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuescript/yue_parser.cpp b/src/yuescript/yue_parser.cpp index e171f3f..772ae08 100755 --- a/src/yuescript/yue_parser.cpp +++ b/src/yuescript/yue_parser.cpp | |||
| @@ -324,7 +324,8 @@ YueParser::YueParser() { | |||
| 324 | expr("|") | | 324 | expr("|") | |
| 325 | expr(">>") | | 325 | expr(">>") | |
| 326 | expr("<<") | | 326 | expr("<<") | |
| 327 | expr("??"); | 327 | expr("??") | |
| 328 | expr("#"); | ||
| 328 | 329 | ||
| 329 | Update = Space >> update_op >> expr("=") >> Exp; | 330 | Update = Space >> update_op >> expr("=") >> Exp; |
| 330 | 331 | ||
