翻译数值操作运算符

This commit is contained in:
ckcz123 2020-06-02 14:06:08 +08:00
parent 5c16fa55b2
commit c7dc28f3a9

View File

@ -3162,8 +3162,8 @@ Arithmetic_List
/*Arithmetic_List ['+','-','*','/','**','===','!==','>','<','>=','<=','&&','||','==','!=']*/;
AssignOperator_List
: '='|'+='|'-='|'*='|'/='|'**='|'//='|'%='
;
: '设为'|'增加'|'减少'|'乘以'|'除以'|'乘方'|'除以并取商'|'除以并取余'
/*AssignOperator_List ['=','+=','-=','*=','/=','**=','//=','%=']*/;
Weather_List
: '无'|'雨'|'雪'|'雾'