diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2022-04-02 14:57:49 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-04-02 14:59:20 +0900 |
commit | 0636432f9051797b22e5c77722541c47edb312a0 (patch) | |
tree | 55db693194f0e6bdaaf6d3f34f2431dcdf476fea /README.md | |
parent | Update README (diff) | |
download | cotia-0636432f9051797b22e5c77722541c47edb312a0.tar.gz cotia-0636432f9051797b22e5c77722541c47edb312a0.tar.xz |
Remove --grammar option from vartan-compile command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |