Versions in this module Expand all Collapse all v1 v1.6.1 Nov 29, 2023retracted v1.6.0 Dec 12, 2022retracted Changes in this version + type ScFn = parseutil.ScFn v1.3.13 May 12, 2026 Changes in this version + type ReverseScan struct + func NewReverseScanResLoc(escape, pathSep rune, parseVolume bool) *ReverseScan + func (rs *ReverseScan) ParseStart(ps *btparser.ParserState, index, maxLen int) (int, error) + func (rs *ReverseScan) Rule(maxLen int) btparser.MFn v1.3.12 Aug 13, 2025 v1.3.11 Mar 28, 2025 v1.3.10 Jul 16, 2024 v1.3.9 Jul 16, 2024 v1.3.8 Apr 3, 2024 Changes in this version type ResLoc + func NewResLoc() *ResLoc + func (rl *ResLoc) ToLinecolString() string + func (rl *ResLoc) ToOffsetString() string v1.3.7 Nov 29, 2023 Changes in this version + func ParseFilePos(src []byte, index int) (*parseutil.FilePos, error) + func ResLocToFilePos(rl *ResLoc) *parseutil.FilePos + type MFn = pscan.MFn + type ResLoc struct + Column int + End int + Escape rune + Line int + Offset int + Path string + PathSep rune + Pos int + Scheme string + Volume string + func ParseResLoc(src []byte, index int) (*ResLoc, error) + func ParseResLoc2(rd iorw.ReaderAt, index int) (*ResLoc, error) + func (rl *ResLoc) ClearFilename1() string + func (rl *ResLoc) Stringify1() string + type ResLocParser struct + Escape rune + ParseVolume bool + PathSeparator rune + func NewResLocParser() *ResLocParser + func (p *ResLocParser) Init() + func (p *ResLocParser) Parse(src []byte, index int) (*ResLoc, error)