lex: improve token names

coverage
Liam McMenemie 2017-12-11 21:28:07 +00:00
parent 7774de48d4
commit c235838b14
1 changed files with 2 additions and 2 deletions

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