mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
lex: add token formatting
This commit is contained in:
parent
c358317df4
commit
5d07f2c4b0
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
- Generate analyser from Lex file.
|
||||
|
||||
`lex example.l`
|
||||
`lex {{path/to/example.l}}`
|
||||
|
||||
- Compile a C file generated by lex.
|
||||
|
||||
`gcc lex.yy.c -o example`
|
||||
`gcc {{path/to/lex.yy.c}} -o {{example}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue