mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 18:15:25 +02:00
lex: improve token names
This commit is contained in:
parent
7774de48d4
commit
c235838b14
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
- Generate analyser from Lex file:
|
||||
|
||||
`lex {{path/to/example.l}}`
|
||||
`lex {{analyser.l}}`
|
||||
|
||||
- Compile a C file generated by lex:
|
||||
|
||||
`cc {{path/to/lex.yy.c}} --output {{example}}`
|
||||
`cc {{path/to/lex.yy.c}} --output {{executable}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue