IOT Dash
Classes | Static Public Member Functions | List of all members
IotDash.Parsing.ExpressionsParser Class Reference

Classes

class  ParsingFailedException
 

Static Public Member Functions

static IExpr ParseOrThrow (string input)
 

Detailed Description

Static implementation of the expression grammar parser.

Implemented using a parser combinator library Pidgin.

Member Function Documentation

◆ ParseOrThrow()

static IExpr IotDash.Parsing.ExpressionsParser.ParseOrThrow ( string  input)
inlinestatic

Parse input into an expression. Throws on failure.

Parameters
inputThe input string.
Returns
Parsed expression.
Exceptions
ParsingFailedException

The documentation for this class was generated from the following file: