Smc class which
contains the SMC main method.See: Description
| 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's
SmcCodeGenerator subclass, and
whether the language also generates a header file and
the header fill SmcCodeGenerator subclass. |
| SmcSyntaxChecker |
Performs a global syntax check on the various elements of the
abstract syntax tree.
|
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.
Copyright © 2019. All rights reserved.