From 18cb2328ffb2364203f3aefedaf76f1686bb2eb3 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Tue, 26 Sep 2023 00:47:11 +0800 Subject: [PATCH 1/1] add some idea --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0e35aa..99fc10e 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,11 @@ License: MIT - 20230914-15: 追加一寡 tokenizer ê 功能。 - 20230918: 重新tuì下kàu頂起做parser. add rule - 20230921-22:add rule, report issue - - 20230925-26: 試驗án-tsuánn解決[issue1](https://kianting.info/pipermail/clo_kianting.info/2023-September/000004.html), iáu-buē成功。 \ No newline at end of file + - 20230925-26: 試驗án-tsuánn解決[issue1](https://kianting.info/pipermail/clo_kianting.info/2023-September/000004.html), iáu-buē成功。 + - 凡勢用? + ``` + FuncApp ::= Single FuncAppAux | Single + FuncAppAUx ::= FunCallee FuncAppAUx + FuncCallee ::= "(" ")" | "(" ARGS ")" + ARGS = SINGLE "," ARGS | SINGLE + ``` \ No newline at end of file -- 2.39.2