mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 16:55:25 +02:00
flex: put lex within backticks
This commit is contained in:
parent
4259a67135
commit
22285c6224
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# flex
|
||||
|
||||
> Lexical analyser generator. Based on lex.
|
||||
> Lexical analyser generator. Based on `lex`.
|
||||
> Given the specification for a lexical analyser, generates C code implementing it.
|
||||
|
||||
- Generate an analyser from a flex file:
|
||||
|
|
Loading…
Add table
Reference in a new issue