API
src/core/types.ts:50ParserEntity
ParserEntity: Expression | Vector | ValuesSet | Collection | Matrix | Equation | DictionaryValues that can be produced by Nerdamer's parser.
remarks
Equality syntax produces an Equation; bracket, set, matrix, and dictionary syntax can produce the corresponding structured entity instead of an Expression. Callers of the general parser should therefore narrow this union before using expression-specific methods.
