From 0636432f9051797b22e5c77722541c47edb312a0 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sat, 2 Apr 2022 14:57:49 +0900 Subject: Remove --grammar option from vartan-compile command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bdd6a39..0ce4b94 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Save the above grammar to a file in UTF-8. In this explanation, the file name is Next, generate a parsing table using `vartan compile` command. ```sh -$ vartan compile -g expr.vr -o expr.json +$ vartan compile expr.vr -o expr.json 16 conflicts ``` -- cgit v1.2.3