Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Hans Åberg
> On 23 Aug 2018, at 13:14, Akim Demaille wrote: > > ‘something’ is '%define api.value.type'. When used, the macro still overrides it, which might cause confusion if one happens to use both (like the old definition happens to linger). That is, %define api.value.type {a_type} produces in .hh

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Hans Åberg
> On 23 Aug 2018, at 14:18, Akim Demaille wrote: > > >> Le 23 août 2018 à 14:13, Hans Åberg a écrit : >> >> >>> On 23 Aug 2018, at 13:17, Akim Demaille wrote: >>> Le 23 août 2018 à 10:18, Hans Åberg a écrit : > > On 23 Aug 2018, at 07:34, Akim Demaille wrote: >>

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Hans Åberg
> On 23 Aug 2018, at 13:17, Akim Demaille wrote: > >> Le 23 août 2018 à 10:18, Hans Åberg a écrit : >> >>> >>> On 23 Aug 2018, at 07:34, Akim Demaille wrote: The input file is broken. >>> >>> You’ll have to be more specific, WFM. >> >> It generates an error. You might have more than

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Hans Åberg
> On 23 Aug 2018, at 13:14, Akim Demaille wrote: > >> Le 23 août 2018 à 10:34, Hans Åberg a écrit : >> >> This style with local.mk perhaps comes from an age where Automake was not as >> smart. I use a Makefile.am. > > Totally unrelated. I use local.mk (should be local.am) because it’s > in

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Akim Demaille
> Le 23 août 2018 à 10:18, Hans Åberg a écrit : > >> >> On 23 Aug 2018, at 07:34, Akim Demaille wrote: >>> The input file is broken. >> >> You’ll have to be more specific, WFM. > > It generates an error. You might have more than one, say error.txt, and > input.txt. That’s not specific.

Re: Problem with new version of bison's code

2018-08-23 Thread Akim Demaille
> Le 20 août 2018 à 19:49, Rici Lake a écrit : > > Update: my patch has been committed to kannel's SVN, and there is at least > one report that it fixes the build problem. Thanks a lot!

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Akim Demaille
> Le 19 août 2018 à 21:02, Akim Demaille a écrit : > > Too good to be left in the mailing list archive. WDYT? > > > commit 7ff6b7bbcab88ce667d97ae37171a9cfc9ec8d66 > Author: Akim Demaille > Date: Sun Aug 19 20:53:59 2018 +0200 > >doc: clarify that the push parser object can be reuse

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Akim Demaille
> Le 23 août 2018 à 10:34, Hans Åberg a écrit : > > This style with local.mk perhaps comes from an age where Automake was not as > smart. I use a Makefile.am. Totally unrelated. I use local.mk (should be local.am) because it’s included from the top-level Makefile.am. There’s a single Makef

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Hans Åberg
> On 23 Aug 2018, at 07:34, Akim Demaille wrote: > >> Le 21 août 2018 à 10:46, Hans Åberg a écrit : >> >> >>> On 19 Aug 2018, at 17:23, Akim Demaille wrote: >>> > I would strongly suggest that you look at the examples/ in Bison, the C++ > calculator I did look at it - th

Re: Enhancement request: enabling Variant in C parsers

2018-08-23 Thread Hans Åberg
> On 23 Aug 2018, at 07:34, Akim Demaille wrote: > >> Le 21 août 2018 à 10:46, Hans Åberg a écrit : >> >> >>> On 19 Aug 2018, at 17:23, Akim Demaille wrote: >>> > I would strongly suggest that you look at the examples/ in Bison, the C++ > calculator I did look at it - th