Enum TokenType
The allowed types of tokens that can be parsed from a line.
Namespace: RuriLib.LS
Assembly: RuriLib.dll
Syntax
public enum TokenType
Fields
| Name | Description |
|---|---|
| Arrow | The character sequence ->. |
| Boolean | A boolean value in the format Name=Value where Name is the name of the property. |
| Integer | An integer value. |
| Label | A block label. |
| Literal | A string between double quotes. |
| Parameter | A generic parameter, usually an enum value. |