On this pagecore.parserHome > @medplum/core > Parser Parser class Signature: export declare class Parser Constructors ConstructorModifiersDescription(constructor)(tokens, prefixParselets, infixParselets)Constructs a new instance of the Parser class Methods MethodModifiersDescriptionconsume(expectedId, expectedValue)consumeAndParse(precedence)getInfixParselet(token)getPrecedence()hasMore()match(expected)peek()removeComments()