Versions in this module Expand all Collapse all v1 v1.0.0 Sep 7, 2025 Changes in this version + type Scanner struct + func New(r io.Reader) *Scanner + func (s *Scanner) Scan() (tok Token, lit string) + type Token int + const AFTER + const AND + const BEFORE + const BETWEEN + const COMMA + const EOF + const FROM + const IDENT + const ON + const TO + const UNKNOWN + const WS