Nerdamer
Documentation Playground Showcase GitHub
DocumentationPlaygroundShowcaseGitHub
OverviewGetting startedChoosing how to use NerdamerMigrating from Nerdamer 1.xx
Expression syntaxFunction reference
Overview & referenceScripting examplesUser-defined functions
API overviewnerdamer APISettings & configurationText output & public helpersAPI examples
ArchitectureExpression modelParser internalsCodebase mapInternals inspectorHow to developCode conventions
API/nerdamer/core
API

ParserEntity

src/core/types.ts:50
ParserEntity: Expression | Vector | ValuesSet | Collection | Matrix | Equation | Dictionary

Values 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.

Nerdamer

Symbolic mathematics for JavaScript and TypeScript.

DocumentationNerdamer NotationNerdamer Scriptingnerdamer APIJavaScript / TypeScript API
ProjectPlaygroundInternalsGitHub
Copyright © 2013–2026 Martin Donk · Licensed under the Apache License 2.0