mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 02:15:23 +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
|
# 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.
|
> Given the specification for a lexical analyser, generates C code implementing it.
|
||||||
|
|
||||||
- Generate an analyser from a flex file:
|
- Generate an analyser from a flex file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue