Versions in this module Expand all Collapse all v0 v0.6.0 Jul 31, 2025 Changes in this version + type Error struct + Err error + Index int + Tokens []Token + func (x *Error) Error() string + type Parser struct + func New(s scanner.Scanner) Parser + func (x *Parser) Parse() (keyval.Query, error) + type Token struct + Kind scanner.TokenKind + Token string