From 65877724806946c34037f5ff775518f67e633452 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Thu, 28 Sep 2023 23:44:42 +0800 Subject: [PATCH] basically fix issue #1 and add readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99fc10e..5ecc268 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,5 @@ License: MIT FuncAppAUx ::= FunCallee FuncAppAUx FuncCallee ::= "(" ")" | "(" ARGS ")" ARGS = SINGLE "," ARGS | SINGLE - ``` \ No newline at end of file + ``` + - 20230928:basically fix `issue1`。其他ê物件猶著做。 \ No newline at end of file -- 2.39.2