Function parseExpression

  • Parse a string into an expression.

    Parameters

    • input: string

      string to parse

    Returns Expression

    Expression parsed from the string

    Throws

    ParseError if the string doesn't match the Expression grammar

Generated using TypeDoc