Package net.sf.smc
This package provides Smc class which
contains the SMC main method. Smc processes the
command line arguments to configure the applications and then
applies that configuration to the parser, model and generator
packages which do the actual work.
-
Class Summary Class Description Smc Main class for the state machine compiler application.Smc.Language This class explicitly stores each target language's properties: the start of the command line option, the language's full name, the language'sSmcCodeGeneratorsubclass, and whether the language also generates a header file and the header fillSmcCodeGeneratorsubclass.SmcSyntaxChecker Performs a global syntax check on the various elements of the abstract syntax tree.