core.parser._constructor_ | Medplum
Parser.(constructor)
Constructs a new instance of the Parser class
Signature:
constructor(tokens: Token[], prefixParselets: Record<string, PrefixParselet>, infixParselets: Record<string, InfixParselet>);
Parameters
| Parameter | Type | Description |
|---|---|---|
| tokens | Token | |
| prefixParselets | Record<string, PrefixParselet > | |
| infixParselets | Record<string, InfixParselet > |