diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-12-12 18:03:06 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-12-12 18:03:06 +0900 |
commit | a630029b6cd4a1e61025f6c0a40e198b90802946 (patch) | |
tree | e95f4d137a68ef44f1893e399c4011682c5f793c /README.md | |
parent | Add tests of compiler/parser package (diff) | |
download | tre-a630029b6cd4a1e61025f6c0a40e198b90802946.tar.gz tre-a630029b6cd4a1e61025f6c0a40e198b90802946.tar.xz |
Remove --lex-spec option from maleeni-compile command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |