Update flex.md

coverage
Starbeamrainbowlabs 2018-01-01 10:52:18 +00:00 committed by GitHub
parent e74e3ad12a
commit 4259a67135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: