From 851564ca1db7453f30838d14b9ae4b110f1db136 Mon Sep 17 00:00:00 2001 From: wuziji <2193177243@qq.com> Date: Tue, 26 Sep 2023 10:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eptml=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptml/ptml.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptml/ptml.g4 b/ptml/ptml.g4 index 2724e62..e148145 100644 --- a/ptml/ptml.g4 +++ b/ptml/ptml.g4 @@ -1,3 +1,3 @@ grammar ptml; -tree : \ No newline at end of file +tree : t \ No newline at end of file