26 Apr
2010
26 Apr
'10
10:33 p.m.
--- On Mon, 4/26/10, Mark Bucciarelli
From: Mark Bucciarelli
$ cd src/monet_2009Nov/ $ find . -name "*sql*.y" ./sql/src/server/sql_parser.y $
Well commented YACC source.
I use that when I have a SQL question.
This file is not in any of the tarballs, including Nov2009. Do you have to generate it? If so, that would be a horrible way to document an external API: 1) Download source code. 2) Run lexical analyzer on source code. 3) Try to understand code comments. 4) Retry your query in the client application. Is there another document somewhere? If the comments are very good, maybe that could be quickly refined to become the official documentation. Thanks, Steve