Header menu logo B2R2

Parser Type

Represents a parser for BinQL expressions.

Constructors

Constructor Description

Parser()

Full Usage: Parser()

Returns: Parser
Returns: Parser

Instance members

Instance member Description

this.Run

Full Usage: this.Run

Parameters:
    str : string

Returns: Result<Expr, string>

Runs the BinQL parser on the given input string.

str : string
Returns: Result<Expr, string>

Type something to start searching.