internal/

directory
v2.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2025 License: MIT

Directories

Path Synopsis
Package ast contains the implementation of the tq expression nodes that serve as building blocks of the query language abstract syntax tree.
Package ast contains the implementation of the tq expression nodes that serve as building blocks of the query language abstract syntax tree.
Package interpreter provides the Interpreter struct that implements the ast.Visitor interface allowing it to walk and interpret the tq AST into sequence of filtering functions processing TOML input data as specified in the query.
Package interpreter provides the Interpreter struct that implements the ast.Visitor interface allowing it to walk and interpret the tq AST into sequence of filtering functions processing TOML input data as specified in the query.
Package lexer provides a Lexer struct that converts a string of scanned characters into allowed tq lexemes.
Package lexer provides a Lexer struct that converts a string of scanned characters into allowed tq lexemes.
Package parser provides a Parser struct that parses lexer tokens from the tq query into an AST.
Package parser provides a Parser struct that parses lexer tokens from the tq query into an AST.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL