|
The company SoftLab AB (Sweden) mentioned in this document no longer exists, it was sold in the late 90s. Any reference to the softlab.se web domain found in this document is unrelated to any current holder of the softlab.se domain. If you have any questions regarding this software, please open an Issue on the upstream repository. |
DESCRIPTION
smk is a scanner generator similar to lex but with many more options and generates scanners with much higher performance. The performance is even better than a scanner generated by flex version 2.6.
Input is a description file with the tokens to be recognized, semantic actions etc. and output is generated source files ready for compilation.
ScannerMaker is well integrated with the other components of the ToolMaker package.
OPTIONS
- -help
-
Gives a brief help on the arguments and options to the smk program. For detailed information about options refer to the ScannerMaker Reference Manual.
FILES
- <file>.tmk
-
The ToolMaker Common Description file. Contains common definitions for all the Makers in the ToolMaker package. <file> is the name of the description file with any .smk extension removed.
- <file>.voc
-
The vocabulary file used by smk. <file> is the name of the description file with any .smk extension removed.
- <file>.sml
-
The list file produced by smk. <file> is the name of the description file with any .smk extension removed.
- <file>.smt
-
The intermediate tables produced used by smk. <file> is the name of the description file with any .smk extension removed.
SEE ALSO
pmk(1L), lmk(1L), toolmake(1L), imp(1L)
ScannerMaker Reference Manual (part of the ToolMaker Reference Manual)
AUTHOR
Email to: <tools@softlab.se>