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