/sqlite-bnf

Machine readable BNF form of the sqlite grammar and a script which generates it from published sqlite website

Primary LanguagePythonApache License 2.0Apache-2.0

Master branch contains the raw sqlite bnf generated from the sqlite website. It is worth noting the sqlite website bnf is unmaintained and obselete. A more accurate bnf could be made by converting the lemon grammar sqlite uses internally.

grammar-kit branch contains a modified version of the generated grammar which is compatible with Grammar-Kit