ParserConstants: Record<string, (): string | string>

Constant definitions accepted by the parser's constant registry. String definitions are parsed when the constant is encountered. Function definitions are deferred factories that return parser text, allowing constants such as

`pi`

and

`e`

to reflect the active numerical precision. The registry itself is process-wide; this type does not imply isolated parser state.