mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
Update flex.md
This commit is contained in:
parent
e74e3ad12a
commit
4259a67135
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
- Generate an analyser from a flex file:
|
||||
|
||||
`lex {{analyser.l}}`
|
||||
`flex {{analyser.l}}`
|
||||
|
||||
- Specify the output file:
|
||||
|
||||
`lex {{analyser.l}} --outfile {{analyser.c}}`
|
||||
`flex {{analyser.l}} --outfile {{analyser.c}}`
|
||||
|
||||
- Compile a C file generated by flex:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue