TYPE SMC_TOKENTYPE :
The possible types of tokens. (See SMC_Token.)
Attributes:
|
|
InOut:
|
Name
|
Comment
|
identifier
|
An identifier
|
strLiteral
|
A string literal
|
number
|
A number, represented as an LREAL
|
operator
|
An operator such as '+' or '/'
|
variable
|
An IEC variable
|
localVariable
|
A variable local to the g-code, or a function argument
|
|