mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 23:58:47 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/lex
2
tldr/lex
@@ -8,7 +8,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`.
|
||||
> More information: <https://manned.org/lex.1>.
|
||||
> 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