Subject Re: [firebird-support] List of reserved words
Author Dmitry Yemanov
Ann W. Harrison wrote:
>
>> I was hoping that I did not have to read the parser code. Do you have a pointer to where I can start in the source to find the parser (I think it has changed from yacc, been a while since I looked)
>
> Try here: dsql/keywords.cpp

It lists both reserved and non-reserved words. You would need to exclude
the ones mentioned under the "non_reserved_words" rule inside dsql/parse.y.


Dmitry