This is the command lexi that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
lexi - lexical analyser tool
SYNOPSIS
lexi [ options ] input-file [ output-file ]
DESCRIPTION
lexi translates a description of a lexical analyser, input-file, into
code implementing that analyser. This is output into the output-file
argument, if present, or the standard output otherwise.
OPTIONS
-k Causes lexi to generate code describing any keywords specified
in the input.
-lstring
Causes lexi to use string as a prefix for its generated lexical
tokens. The default is lex_.
-v Causes lexi print its version number.
Use lexi online using onworks.net services