On 7/13/19, George King <[email protected]> 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 [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

