EmirVildanov
EmirVildanov
Managed to solve the issue with command `sudo apt-get install libclang-dev`
Hi! Developing [sbroad](https://git.picodata.io/picodata/picodata/sbroad) (library for distributed SQL queries execution) we've faced the same problem. We use pest for parsing SQL, but sometimes we get error messages that are hard to...
Update: it's been a long time since my last comment and I'm sorry. I currently try to optimize SQL expressions parsing using Pratt parser. After finishing this task, I hope...
> the SQL grammar looks ok, maybe it can be added in a separate PR? > > the better error reporting change is good, but it'd be a semver-breaking change......
> > What if I add PRIVATE parse_attempts: Option field into the Error struct and add new public method pub fn get_parse_attempts(&self) -> Option to it? It seems that any...