Why I love Rust for tokenising and parsing
I am currently writing a analysis tool for Sql: sqleibniz, specifically for the sqlite
dialect.The goal is to perform static analysis for sql input, including: syntax
checks, checks if tables, columns and functions exist. Combining this with an
embedded sqlite runtime and the ability to assert conditions in this runtime,
creates a really great dev experience for sql.Furthermore, I want to be able to show the user high quality error messages
with context, explainations and the ability to mute cer...
Read more at xnacly.me