File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Run the script with
31
31
``` bash
32
32
python main.py < destination> -e < expression>
33
33
```
34
- where ` destination ` should be one of ` REGEX ` , ` SYA ` , ` NFA ` or ` DFA ` .
34
+ where ` destination ` must be one of ` REGEX ` , ` SYA ` , ` NFA ` or ` DFA ` .
35
35
36
36
Other optional arguments include ` -s ` for strict mode. Here, an error is thrown instead of making any assumptions when converting an expression.
37
37
Also, ` -d ` enables debug mode, which prints conversion steps.
@@ -61,4 +61,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
61
61
62
62
> [ kalmbach.dev] ( https://www.kalmbach.dev )   ;· ;  ;
63
63
> GitHub [ @Tobi2K ] ( https://github.com/Tobi2K )   ;· ;  ;
64
- > Email [ tobias@kalmbach.dev ] ( mailto:tobias@kalmbach.dev )
64
+ > Email [ tobias@kalmbach.dev ] ( mailto:tobias@kalmbach.dev )
You can’t perform that action at this time.
0 commit comments