Farkle


ParserError Type

A parse error. It contains the position it was encountered and its type.

Union cases

Union case Description

ParserError(Position, ErrorType)

Full Usage: ParserError(Position, ErrorType)

Parameters:
Position : Position
ErrorType : ParseErrorType