help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: User-classes in types, current status of latest GIT bison branch..


From: Byron Faber
Subject: Re: User-classes in types, current status of latest GIT bison branch..
Date: Wed, 23 Jan 2013 16:38:05 -0800

Thanks.

(Close to the end of my day)...

'Fired it up on some stuff I had using what i saw in the calc++ example.

Compiled it via cygwin, for targeting code I'm compiling with VS2010..  Got
everything building with the exception of something I'm seeing in the
Parser.hpp files that get generated...

I see functions like this generated that have no return..

  template <typename Base>
  SettingParser::basic_symbol<Base>&
  SettingParser::basic_symbol<Base>::operator= (const basic_symbol&)
  {
    abort ();
  }

Did I miss something obvious?  I'll dig more but figured I'd send an email
before I headed out.

Love the interfaces I'm seeing though.  Looks great on the surface.

Thanks

On Wed, Jan 23, 2013 at 5:43 AM, Akim Demaille <address@hidden> wrote:

>
> Le 23 janv. 2013 à 08:08, Byron Faber <address@hidden> a écrit :
>
> Hi Byron,
>
> > I only just started taking a look at the current code but was wondering
> > what the current status was?  'Is the intent really to ship with these
> > changes or is the code only included at the moment to scope-out such a
> > change?  What timeframe would one expect the current main code to make
> its
> > way into a release?
>
> Your arrival is right on time: we are currently trying to cut
> some rough edges, to improve the documentation, and to release
> this Real Soon Now.  Comments are most welcome on the current
> state.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]