Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2024 v0.1.1 Nov 16, 2022 Changes in this version + func ComputeLength(s *Scanner) + type Option func(*Scanner) + type Scanner struct + func New(file *fs.File, oo ...Option) *Scanner + func (s *Scanner) Length() uint + func (s *Scanner) Next() (lexeme.LexEvent, bool)