diff options
Diffstat (limited to 'src/yuescript/yue_parser.cpp')
-rwxr-xr-x | src/yuescript/yue_parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuescript/yue_parser.cpp b/src/yuescript/yue_parser.cpp index 1f1b57c..ef414d4 100755 --- a/src/yuescript/yue_parser.cpp +++ b/src/yuescript/yue_parser.cpp | |||
@@ -322,6 +322,7 @@ YueParser::YueParser() { | |||
322 | expr("+") | | 322 | expr("+") | |
323 | expr("-") | | 323 | expr("-") | |
324 | expr("*") | | 324 | expr("*") | |
325 | expr("//") | | ||
325 | expr("/") | | 326 | expr("/") | |
326 | expr("%") | | 327 | expr("%") | |
327 | expr("or") | | 328 | expr("or") | |