Source position: ebnf.scanner.pp line 61
type TToken = record
TokenType: TEBNFTokenType;
Value: string;
Position: TTokenPosition;
end;