Forrest logo
back to context overview

flex

List of commands for flex:

  • flex:tldr:3e558 flex: Generate an analyzer from a flex file.
    $ flex ${analyzer-l}
    try on your machine
    explain this command
  • flex:tldr:c3674 flex: Specify the output file.
    $ flex --outfile ${analyzer-c} ${analyzer-l}
    try on your machine
    explain this command
  • flex:tldr:c641b flex: Compile a C file generated by flex.
    $ cc ${path-to-lex-yy-c} --output ${executable}
    try on your machine
    explain this command
back to context overview