Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ExpressionParser

Index

Functions

  • Parse a string into an expression.

    throws

    ParseError if the string doesn't match the Expression grammar

    Parameters

    • input: string

      string to parse

    Returns Expression

    Expression parsed from the string

Generated using TypeDoc