enum | Token {
IDENT,
COMMENT,
NUMB,
FLOAT,
MINUS,
EQUAL,
DOT,
COMMA,
LPAR,
RPAR,
LBRACE,
RBRACE,
LBRACKET,
RBRACKET,
UNDERLINE,
SPECIAL,
OTHER,
eFirstKw,
kwShowGrid = eFirstKw,
kwShowFrame,
kwHideGrid,
kwHideFrame,
kwVCPut,
kwBeginVCPicture,
kwBegin,
kwEnd,
kwState,
kwFinalState,
kwStateVar,
kwFinalStateVar,
kwInitial,
kwFinal,
kwLoopN,
kwLoopS,
kwLoopE,
kwLoopW,
kwLoopNE,
kwLoopNW,
kwLoopSE,
kwLoopSW,
kwCLoopN,
kwCLoopS,
kwCLoopE,
kwCLoopW,
kwCLoopNE,
kwCLoopNW,
kwCLoopSE,
kwCLoopSW,
kwLoopVarN,
kwLoopVarS,
kwVarLoopOn,
kwVarLoopOff,
kwEdgeL,
kwEdgeR,
kwArcL,
kwArcR,
kwLArcL,
kwLArcR,
kwVArcL,
kwVArcR,
kwVCurveL,
kwVCurveR,
kwLabelL,
kwLabelR,
kwDimState,
kwRstState,
kwDimEdge,
kwRstEdge,
kwEdgeBorder,
kwEdgeBorderOff,
kwStateLineDouble,
kwStateLineSimple,
kwEdgeLineDouble,
kwEdgeLineSimple,
setStateLineStyle,
setStateLineWidth,
setStateLineColor,
setStateLabelColor,
setStateLabelScale,
setStateFillStatus,
setStateFillColor,
setEdgeLineStyle,
setEdgeLineWidth,
setEdgeLineColor,
setEdgeLabelColor,
setEdgeLabelScale,
chgStateLineStyle,
chgStateLineWidth,
chgStateLineColor,
chgStateLabelColor,
chgStateLabelScale,
chgStateFillStatus,
chgStateFillColor,
chgEdgeLineStyle,
chgEdgeLineWidth,
chgEdgeLineColor,
chgEdgeLabelColor,
chgEdgeLabelScale,
rstStateLineStyle,
rstStateLineWidth,
rstStateLineColor,
rstStateLabelColor,
rstStateLabelScale,
rstStateFillStatus,
rstStateFillColor,
rstEdgeLineStyle,
rstEdgeLineWidth,
rstEdgeLineColor,
rstEdgeLabelColor,
rstEdgeLabelScale,
fixDimState,
fixStateLineDouble,
fixDimEdge,
fixEdgeBorder,
fixEdgeLineDouble,
eLastKw = fixEdgeLineDouble,
ERR,
EOI
} |