Forrest logo
back to context overview

lex

List of commands for lex:

  • lex:tldr:1ec37 lex: Specify the output file.
    $ lex -t ${analyzer-l} > ${analyzer-c}
    try on your machine
    explain this command
  • lex:tldr:6aabd lex: Generate an analyzer from a Lex file.
    $ lex ${analyzer-l}
    try on your machine
    explain this command
  • lex:tldr:f00b5 lex: Specify the output file.
    $ lex ${analyzer-l} --outfile ${analyzer-c}
    try on your machine
    explain this command
back to context overview