aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-12-12 18:03:06 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-12-12 18:03:06 +0900
commita630029b6cd4a1e61025f6c0a40e198b90802946 (patch)
treee95f4d137a68ef44f1893e399c4011682c5f793c /README.md
parentAdd tests of compiler/parser package (diff)
downloadtre-a630029b6cd4a1e61025f6c0a40e198b90802946.tar.gz
tre-a630029b6cd4a1e61025f6c0a40e198b90802946.tar.xz
Remove --lex-spec option from maleeni-compile command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c9d4df..805e50c 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Save the above specification to a file in UTF-8. In this explanation, the file n
Next, generate a DFA from the lexical specification using `maleeni compile` command.
```sh
-$ maleeni compile -l statement.json -o statementc.json
+$ maleeni compile statement.json -o statementc.json
```
### 3. Debug (Optional)