*: convert en-GB to en-US (#8155)
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# lex
|
||||
|
||||
> Lexical analyser generator.
|
||||
> Given the specification for a lexical analyser, generates C code implementing it.
|
||||
> Lexical analyzer generator.
|
||||
> Given the specification for a lexical analyzer, generates C code implementing it.
|
||||
> More information: <https://manned.org/lex.1>.
|
||||
|
||||
- Generate an analyser from a Lex file:
|
||||
- Generate an analyzer from a Lex file:
|
||||
|
||||
`lex {{analyser.l}}`
|
||||
`lex {{analyzer.l}}`
|
||||
|
||||
- Specify the output file:
|
||||
|
||||
`lex {{analyser.l}} --outfile {{analyser.c}}`
|
||||
`lex {{analyzer.l}} --outfile {{analyzer.c}}`
|
||||
|
||||
- Compile a C file generated by Lex:
|
||||
|
||||
|
Reference in New Issue
Block a user