lex: add token formatting
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user