can't to remove shift/reduce

2007-11-22 Thread Pavel Stehule
63 1377 indirection_el: '.' strict_column . $default reduce using rule 1377 (indirection_el) state 1164 1382 column_method: column_method_name . 1383 | column_method_name . '(' ')' 1384 | column_method_name . '(' expr_list ')'

Re: can't to remove shift/reduce

2007-11-23 Thread Pavel Stehule
$$ = (Node *) makeString("*"); } ; Thank You very much for advices. Nice a day Pavel Stehule On 23/11/2007, Evan Lavelle <[EMAIL PROTECTED]> wrote: > It's too big to make much sense of, but here's a coup

Re: can't to remove shift/reduce

2007-11-23 Thread Pavel Stehule
n.method() is possible too what is column, what is relation or else isn't solved on bison level because thera are other postgresql dependencies. > > I'd be surprised if it works. Have you tried column_method_name both > with and without brackets? The default is to ignore the bracke

Re: Why token are numbered from 258?

2019-02-07 Thread Pavel Stehule
čt 7. 2. 2019 v 20:35 odesílatel Christian Schoenebeck < schoeneb...@crudebyte.com> napsal: > On Donnerstag, 7. Februar 2019 11:33:38 CET Peng Yu wrote: > > I don't quite understand why tokens are numbered starting from 258. > > What are 256 and 257 for? Thanks. > > the one byte encodings like ASC