Bison 2.0, C++ skeleton

2005-08-02 Thread Tommy Nordgren
The bison 2.0 lalr1.cc file refers to an include file called 'stack.hh' This do not appear to be included. Where can I find it? "Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone" __

Bison 2.0 - specifying parser class

2005-08-05 Thread Tommy Nordgren
How do i specify the name of the C++ parser class, when building a parser in C++ with Bison 2.0 (I'm using the lalr1.cc skeleton) "Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone" ___

Re: unexpected $undefined (raw characters don't make it from the lexer)

2006-01-17 Thread Tommy Nordgren
predefined token? Thanks for your help! Hal -- ___ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison - This sig is dedicated to the advancement of

Building a project derived fro GNU Bison

2009-03-11 Thread Tommy Nordgren
-- "Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone" tommy.nordg...@comhem.se ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Re: %union with STL

2009-05-24 Thread Tommy Nordgren
r should never say to a client: -Nice doing business with you. -Welcome back. -Have a nice day. (The King of ID) -- Tommy Nordgren tommy.nordg...@comhem.se ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Re: %union with STL

2009-05-24 Thread Tommy Nordgren
OOPS! I did not notice that the declaration was a pointer. On May 24, 2009, at 4:13 PM, Luca wrote: Tommy Nordgren ha scritto: C++ dont allow unions containing c++ classes I think you're wrong. The size of a pointer is always known at compile time, pair* it; is a pointer and n