one fix to the fix - see below
>I have come across what I beleive is a bug in the VsSdk babel support code
>for MPPG .
[quoted text clipped - 40 lines]
> // Default action "$$ = $1" for unit productions.
> //
this one was wrong - leave as is - for zero ( not 1 ) generate empty node
> --> if (rule.rhs.Length == 1)
> yyval = value_stack.Top(); // default action: $$ = $1;
[quoted text clipped - 15 lines]
> }
> DoAction(rule_nr);
bralston - 05 Mar 2007 17:44 GMT
Gerry - you are my hero! I was having the exact same problem. I kept going
over my grammer line by line thinking the problem was with my grammer. But
your one line fixed cured it!
ATTN: Managed Babel framework engineers - Please fix this!
-Ben
gerry - 05 Mar 2007 20:48 GMT
good to hear I am not alone
I was beginning to think that I was the only person to use MPLEX/MPPG
now I know there are 2 of us ;-)
what would be really nice would be to have a version of MPPG that does not
produce babel dependent output
my next project is to make a single file generator that wraps MPPG and
removes the babel stuff from the result.
Gerry
> Gerry - you are my hero! I was having the exact same problem. I kept going
> over my grammer line by line thinking the problem was with my grammer. But
[quoted text clipped - 3 lines]
>
> -Ben
bralston7 - 04 May 2007 02:00 GMT
I submitted a bug for this since it is still not fixed in the latest 'Orcas"
VSSDK. You can go here and vote for it:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID
=275558
-Ben
germ - 04 May 2007 20:34 GMT
Thanks for reporting the issue. We are unable to repro the issue with the
steps provided. We did not find ShiftRedueParser.cs, both in VSSDK 4.0 for
VS2005, and the latest Orcas release (OrcasBeta1VSTS) of the VSSDK. Could
you provide us the location of the file? Or did you create the file
yourself? Could you attach a ZIP of a sample project? Thank you, Visual
Studio Product Team.
Posted by Microsoft on 03/05/2007 at 8:46 PM
wow !!!
& they even closed it already ( same day ) - what a joke !
>I submitted a bug for this since it is still not fixed in the latest
>'Orcas"
[quoted text clipped - 3 lines]
>
> -Ben
bralston7 - 07 May 2007 18:18 GMT
They now show this as active and reproducable. Thanks again for finding the
fix for this gerry. How is your non-Babel-dependant wrapper tool coming?
-Ben
> wow !!!
> & they even closed it already ( same day ) - what a joke !
germ - 08 May 2007 16:44 GMT
Hi Ben,
I got away from that project for a bit and haven't found the time to get
back to it.
Gerry
> They now show this as active and reproducable. Thanks again for finding
> the
[quoted text clipped - 4 lines]
>> wow !!!
>> & they even closed it already ( same day ) - what a joke !