You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-r`| Select regex dialect |`pcre`, `literal`, `glob`, `native`, `sql`|`pcre` supports the widest set of features |
95
+
|`-l`| Choose output language |`go`, `rust`, `vmc`, `llvm`, `wasm`, `dot`| Use `vmc`for`C` code, pipe `dot` into `idot`for visualization |
96
+
|`-k`| Generated functionI/O API |`str`, `getc`, `pair`|`str` takes string, `pair` takes byte array, `getc` uses callback for streaming |
97
+
|`-p`| Production mode |*(no value)*| Generates optimized code |
98
+
|`-d`| Output unsupported patterns | filename | Only applies to `rx` (batch mode) |
91
99
92
-
For more detailed information on flags, see [include/fsm/options.h](../include/fsm/options.h).
100
+
For more detailed information on flags, see [include/fsm/options.h](../include/fsm/options.h) and the man pages (by running `build/man/re.1/re.1` after `bmake doc`).
0 commit comments