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 <a...@lrde.epita.fr> wrote:

>
> Le 23 janv. 2013 à 08:08, Byron Faber <bfa...@bfaber.com> 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.
_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to