Source position: ebnf.scanner.pp line 54
type TTokenPosition = record
public
Position: Integer;
Col: Integer;
Row: Integer;
function ToString;
end;