From c7dc28f3a9b9372bd422735b1584575b0394f7dd Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Tue, 2 Jun 2020 14:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=95=B0=E5=80=BC=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E8=BF=90=E7=AE=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/MotaAction.g4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_server/MotaAction.g4 b/_server/MotaAction.g4 index 22069f27..53942603 100644 --- a/_server/MotaAction.g4 +++ b/_server/MotaAction.g4 @@ -3162,8 +3162,8 @@ Arithmetic_List /*Arithmetic_List ['+','-','*','/','**','===','!==','>','<','>=','<=','&&','||','==','!=']*/; AssignOperator_List - : '='|'+='|'-='|'*='|'/='|'**='|'//='|'%=' - ; + : '设为'|'增加'|'减少'|'乘以'|'除以'|'乘方'|'除以并取商'|'除以并取余' + /*AssignOperator_List ['=','+=','-=','*=','/=','**=','//=','%=']*/; Weather_List : '无'|'雨'|'雪'|'雾'