On 01/17/17 16:54, Dimitry Sibiryakov wrote:
> 17.01.2017 14:13, Adriano dos Santos Fernandes wrote:
>> I believe this is the thing we need to do.
>>
>> Just something as "identifier | BINARY" rule.
>     Better would be something like "identifier | <reserved word>", but I have 
> no idea how
> to do it with btyacc.
>
>

This way reserved word becomes non-reserved. Looks at

valid_symbol_name
     : SYMBOL
     | non_reserved_word
     ;

followed by list of non_reserved_word-s.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to