Hi!
> Le 18 août 2018 à 15:46, Dimitrios Apostolou a écrit :
>
> On Sat, 18 Aug 2018 06:39:36 +0200,
> Akim Demaille wrote:
>>
>> There’s something which is not fully clear here: unless _you_ used YYEOF
>> somewhere in your code, there’s no reason for the parser not to be
>> compilable with bya
On Sat, 18 Aug 2018 06:39:36 +0200,
Akim Demaille wrote:
>
> Hi!
>
> I’m coming long after the discussion, sorry.
>
> > Le 5 déc. 2017 à 02:32, Dimitrios Apostolou a écrit :
> >
> > On Mon, 04 Dec 2017 21:24:40 +0100,
> > Kaz Kylheku wrote:
> >>
> >> On 03.12.2017 18:34, Dimitrios Apostolou w
Hi!
I’m coming long after the discussion, sorry.
> Le 5 déc. 2017 à 02:32, Dimitrios Apostolou a écrit :
>
> On Mon, 04 Dec 2017 21:24:40 +0100,
> Kaz Kylheku wrote:
>>
>> On 03.12.2017 18:34, Dimitrios Apostolou wrote:
>>> Hello list,
>>>
>>> I am configuring the build using AC_PROG_YACC, wh
> On 5 Dec 2017, at 02:32, Dimitrios Apostolou wrote:
>
> I am generating a parser as part of a different project, and that project is
> configured with AC_PROG_YACC. As such, it invokes Bison with "-y" option, and
> I would expect that Bison tries hard to fail when the parser uses non-portable
> On 5 Dec 2017, at 02:32, Dimitrios Apostolou wrote:
>
> I am generating a parser as part of a different project, and that project is
> configured with AC_PROG_YACC. As such, it invokes Bison with "-y" option, and
> I would expect that Bison tries hard to fail when the parser uses non-portable
On 04.12.2017 17:32, Dimitrios Apostolou wrote:
Alright, so maybe it's not a bug. But if that's the case, what's the
recommended way to ensure that the parser is portable to most yacc
flavours?
Install the set which represents "most flavors" in your opinion, make
your
build system flexible to
On Mon, 04 Dec 2017 21:24:40 +0100,
Kaz Kylheku wrote:
>
> On 03.12.2017 18:34, Dimitrios Apostolou wrote:
> > Hello list,
> >
> > I am configuring the build using AC_PROG_YACC, which invokes bison with "-y"
> > option. But bison-generated parser compiled successfully, and YYEOF
> > extension
>
On 03.12.2017 18:34, Dimitrios Apostolou wrote:
Hello list,
I am configuring the build using AC_PROG_YACC, which invokes bison with
"-y"
option. But bison-generated parser compiled successfully, and YYEOF
extension
in the parser remained undetected.
Generating the parser with "byacc" on the
Hello list,
I am configuring the build using AC_PROG_YACC, which invokes bison with "-y"
option. But bison-generated parser compiled successfully, and YYEOF extension
in the parser remained undetected.
Generating the parser with "byacc" on the other hand creates a file that does
not compile beca