slg

Soul lexical analyzer generator.

Usage: slg [options] { FILE.slg }

Options:

Long option Short option Description
--help -h Print help and exit.
--verbose -v Be verbose.
--ppstyle -p Generate preprocessor style code.
--debug -d Generate debugging files.

Examples:

Command Description
slg re.slg Process lexer project file re.slg. Generates source code for all lexers and token files contained by the re.slg.
slg -vd spg.slg Process lexer project file spg.slg. Generate verbose output and debugging files.