elliotchance / vsql

✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.
https://vsql.readthedocs.io
MIT License
291 stars 18 forks source link

Remove grammar.bnf #166

Closed elliotchance closed 10 months ago

elliotchance commented 10 months ago

The grammar is now split into source files that represent different sections of the SQL standard. This will make it much more manageable as the grammar and parsing logic fills out.