1
0
Fork 0
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:
Liam McMenemie 2017-12-11 14:00:29 +00:00
parent c358317df4
commit 5d07f2c4b0

View file

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