mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
lex: remove Spanish OSX page (#12039)
This commit is contained in:
parent
54f284164d
commit
2bf1ddd453
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
# lex
|
||||
|
||||
> Generador de analizadores léxicos.
|
||||
> Dada la especificación de un analizador léxico, genera código C implementándolo.
|
||||
> Más información: <https://keith.github.io/xcode-man-pages/lex.1.html>.
|
||||
|
||||
- Genera un analizador a partir de un fichero Lex:
|
||||
|
||||
`lex {{analyzer.l}}`
|
||||
|
||||
- Especifica el fichero de salida:
|
||||
|
||||
`lex {{analyzer.l}} --outfile {{analyzer.c}}`
|
||||
|
||||
- Compila un archivo C generado por Lex:
|
||||
|
||||
`cc {{ruta/hacia/lex.yy.c}} --output {{ejecutable}}`
|
Loading…
Add table
Reference in a new issue