Hi,

I would like to build an AST of a SQL statement using SQLite3.  I've
been reading through sqlite3RunParser as well as the grammar.  It
*looks* like the grammar is building some sort of structure before the
statement is compiled to byte code, but I'm getting lost.

Is it possible to get an AST out of the parser without major surgery?
If so, can someone point me in the right direction?

Thanks.

-- 
Aaron Patterson
http://tenderlovemaking.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to