1
0
mirror of https://github.com/alecthomas/chroma.git synced 2026-06-20 11:35:42 +02:00
Files
Alec Thomas af5ff8916c feat!: replace custom Iterator with iter.Seq[Token]
BREAKING CHANGE: Bump module to v3. Replace the custom
Iterator type with Go's built-in iter.Seq[Token]. Remove
EOF sentinel and EOFType. Callers should use range loops
and slices.Collect() instead of .Tokens()/.Stdlib().
2026-06-17 15:47:45 +10:00
..