On 7/13/19, George King <george.w.k...@gmail.com> wrote:
> Is there any written description of the Sqlite grammar or is it
> now only described by the images? If nothing else, I'd be interested to peek
> at any sort of grammar representation in the source code.

The images are the definitive description of the language.

The implementation is described by a LALR(1) grammar at
https://sqlite.org/src/file/src/parse.y if that is of any help to you.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to