lex: improve token names
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
- Generate analyser from Lex file:
|
- Generate analyser from Lex file:
|
||||||
|
|
||||||
`lex {{path/to/example.l}}`
|
`lex {{analyser.l}}`
|
||||||
|
|
||||||
- Compile a C file generated by lex:
|
- Compile a C file generated by lex:
|
||||||
|
|
||||||
`cc {{path/to/lex.yy.c}} --output {{example}}`
|
`cc {{path/to/lex.yy.c}} --output {{executable}}`
|
||||||
|
Reference in New Issue
Block a user