From a630029b6cd4a1e61025f6c0a40e198b90802946 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sun, 12 Dec 2021 18:03:06 +0900 Subject: Remove --lex-spec option from maleeni-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 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) -- cgit v1.2.3