brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.34k stars 67 forks source link

ast.Errors #5122

Closed mattnibs closed 1 month ago

mattnibs commented 1 month ago

This commit introduces ast.Errors- an error type that should be used whenever a generated error refers to a place in the query source. This commit switches the parser package to use ast.Error but a follow up commit will use ast.Errors for the semantic package as well.

mattnibs commented 1 month ago

Closing in favor of https://github.com/brimdata/zed/pull/5128