关键函数及方法 type TParser = class(TObject) public constructor Create(); Creates a new parser instance. destructor Destroy; override; Destroys the parser instance. procedure CheckToken(); Checks whether the token if of the given type. procedure CheckTokenSymbol(); Checks whether the token equals t