On 01/17/17 17:06, Dimitry Sibiryakov wrote:
> 17.01.2017 15:00, Alex Peshkoff wrote:
>> This way reserved word becomes non-reserved. Looks at
>>
>> valid_symbol_name
>>       : SYMBOL
>>       | non_reserved_word
>>       ;
>>
>> followed by list of non_reserved_word-s.
>     Including "BINARY" into <non_reserved_word> caused a lot of reduce/reduce 
> conflicts.
>
>

But that is how reserved and non-reserved differ from btyacc POV.
I.e. non_reserved_word can be used instead regular SYMBOL, reserved - can't.


------------------------------------------------------------------------------
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