1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 20:35:26 +02:00

flex: put lex within backticks

This commit is contained in:
Agniva De Sarker 2018-01-01 17:28:25 +05:30 committed by GitHub
parent 4259a67135
commit 22285c6224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: