Enum ParserState
List of states in which the parser can be
Namespace: Simplic.EPL
Assembly: Simplic.EPL.dll
Syntax
public enum ParserState
Fields
Name | Description |
---|---|
ExpectNewCommand | Next must be new command/line break |
ExpectParameter | Next must be some parameter |
ExpectParamSeperator | Next must be seperator |
None | No state |