Source position: mseparser.pas line 32
type tokenkindty = (
tk_operator,
tk_whitespace,
tk_name,
tk_number,
tk_newline,
tk_fileend,
tk_include
);