UnexpectedEndOfInputException
class UnexpectedEndOfInputException(source: Source, token: Token, expected: Set<SyntaxExpectation>, rulePath: List<String>) : PrologParsingException
Reports EOF where the active grammar rule still requires another construct.