package scanner type Position struct { Line int Column int Char rune }