From e026dd59a58f89ec26c1723098b64cf81a537a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 23 Jul 2019 16:19:11 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=AD=E6=B3=95=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/parser/grammar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/parser/grammar.lua') diff --git a/server/src/parser/grammar.lua b/server/src/parser/grammar.lua index 36734174..5a1541ea 100644 --- a/server/src/parser/grammar.lua +++ b/server/src/parser/grammar.lua @@ -404,7 +404,7 @@ Semicolon <- SEMICOLON SimpleList <- (Simple (COMMA Simple)*) -> List -Do <- Sp ({} 'do' DoBody NeedEnd {}) +Do <- Sp ({} 'do' Cut DoBody NeedEnd {}) -> Do DoBody <- (Emmy / !END Action)* -> DoBody -- cgit v1.2.3