basically fix issue #1 and add readme

This commit is contained in:
Tan, Kian-ting 2023-09-28 23:44:42 +08:00
parent 3441b825eb
commit 6587772480

View file

@ -20,4 +20,5 @@ License: MIT
FuncAppAUx ::= FunCallee FuncAppAUx
FuncCallee ::= "(" ")" | "(" ARGS ")"
ARGS = SINGLE "," ARGS | SINGLE
```
```
- 20230928basically fix `issue1`。其他ê物件猶著做。