From 1adea873e3a949d5a892fc7ad5ff9cfa42dc2c8c Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Thu, 5 Aug 2021 21:16:55 +0900 Subject: Remove the accept message --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3c6fc1..3052501 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ term ; factor : number - | id - ; + | id + ; whitespaces: "[\u{0009}\u{0020}]+" #skip; number: "[0-9]+"; @@ -52,8 +52,7 @@ If you want to make sure that the grammar behaves as expected, you can use `vart ⚠️ An encoding that `vartan parse` command and the driver can handle is only UTF-8. ```sh -$ echo -n 'foo + bar * baz * 100 ' | vartan parse expr.json -Accepted +$ echo -n 'foo + bar * baz * 100' | vartan parse expr.json expr ├─ expr │ └─ term -- cgit v1.2.3