1
0
Fork 0
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:
Liam McMenemie 2017-12-11 21:28:07 +00:00
parent 7774de48d4
commit c235838b14

View file

@ -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}}`