On Mon, Jul 09, 2018 at 10:04:35AM +0200, Otto Moerbeek wrote:
Hello Otto,
>> I still don't see the point. In 30 years, I've gotten by with parsers
>> that say "syntax error", and had very bad experiences with programs that
>> do a poor job anticipating where the parse error is. Of course there
Thanks for the comments. Happy to take a stab at going the bc/bc.y route if
that seems acceptable. That yyerror handler looks much more helpful.
On Mon, Jul 9, 2018 at 4:04 AM Otto Moerbeek wrote:
> On Mon, Jul 09, 2018 at 01:52:29AM -0600, Theo de Raadt wrote:
>
> > Otto Moerbeek wrote:
> >
>
On Mon, Jul 09, 2018 at 01:52:29AM -0600, Theo de Raadt wrote:
> Otto Moerbeek wrote:
>
> > On Mon, Jul 09, 2018 at 01:21:25AM -0600, Theo de Raadt wrote:
> >
> > > Phil Eaton wrote:
> > >
> > > > Hey,
> > > >
> > > > Doas currently tells you the line but not the column for syntax errors.
>
Otto Moerbeek wrote:
> On Mon, Jul 09, 2018 at 01:21:25AM -0600, Theo de Raadt wrote:
>
> > Phil Eaton wrote:
> >
> > > Hey,
> > >
> > > Doas currently tells you the line but not the column for syntax errors. In
> > > the case of a missing newline at the end of a line I was confused. So I
> >
On Mon, Jul 09, 2018 at 01:21:25AM -0600, Theo de Raadt wrote:
> Phil Eaton wrote:
>
> > Hey,
> >
> > Doas currently tells you the line but not the column for syntax errors. In
> > the case of a missing newline at the end of a line I was confused. So I
> > added the column number to the message
Phil Eaton wrote:
> Hey,
>
> Doas currently tells you the line but not the column for syntax errors. In
> the case of a missing newline at the end of a line I was confused. So I
> added the column number to the message as well.
>
> Also, is there any interest in relaxing the grammar so a traili
Hello Phil,
On 07/09/18 02:35, Phil Eaton wrote:
> Hey,
>
> Doas currently tells you the line but not the column for syntax errors. In
> the case of a missing newline at the end of a line I was confused. So I
> added the column number to the message as well.
I don't care much about the change on
Hey,
Doas currently tells you the line but not the column for syntax errors. In
the case of a missing newline at the end of a line I was confused. So I
added the column number to the message as well.
Also, is there any interest in relaxing the grammar so a trailing rule
without a newline is ok?