diff options
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) |