package
0.0.0-20230731053445-bf468637a738
Repository: https://github.com/fibonacci-chain/core.git
Documentation: pkg.go.dev

# Packages

Package syntax defines a scanner and parser for the Tendermint event filter query language.

# Functions

Compile compiles the given query AST so it can be used to match events.
MustCompile compiles the query expression into an executable query.
MustParse turns the given string into a query or panics; for tests or others cases where you know the string is valid.
New parses and compiles the query expression into an executable query.

# Variables

All is a query that matches all events.

# Structs

A Query is the compiled form of a query.