package
0.0.0-20231004145232-f696b34fe595
Repository: https://github.com/flowchartsman/aql.git
Documentation: pkg.go.dev

# Functions

NewFormatter creates a new formatter for printing query-related messages.
NewTerminalFormatter is a formatter for printing terminal-formatted messages, along with a marker line showing the location referred to by the message.

# Structs

Formatter is used to print query-related messages for display.
Printer prints messages for a given query.

# Interfaces

Message is a message with position information, such as a ParserMessage or a ParseError.