google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.26k stars 204 forks source link

syntax: report start-of-token pos for parsePrimary errors #533

Closed adonovan closed 3 months ago

adonovan commented 3 months ago

syntax: report start-of-token pos for parsePrimary errors

(Conceivably other places need a similar ttreament, but they all seemed benign or marginal.)

Fixes #532

adonovan commented 3 months ago

LGTM. PR description should say this fixes #532 rather than #352.

Well spotted. Thanks!