mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 08:01:46 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/lex
2
tldr/lex
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Lexical analyzer generator.
|
||||
> Given the specification for a lexical analyzer, generates C code implementing it.
|
||||
> Note: on most major OSes, this command is an alias for `flex`.
|
||||
> Note: On most major OSes, this command is an alias for `flex`.
|
||||
> More information: <https://manned.org/lex>.
|
||||
|
||||
- Generate an analyzer from a Lex file, storing it to the file `lex.yy.c`:
|
||||
|
||||
Reference in New Issue
Block a user