Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ExpressionParser

Index

Functions

parseExpression

  • Parse a string into an expression.

    throws

    ParseError if the string doesn't match the Expression grammar

    Parameters

    • input: string

    Returns Expression

    Expression parsed from the string

Generated using TypeDoc