
On Tuesday 03 January 2006 23:19, Eric Niebler wrote:
Bjørn Roald wrote:
1. The example code for nested grammar in the documentation produced only printout of part of the results compared to the documentation.
Do you mean the calculator example? For me, this program:
No its the nested parenteses example. I don't have it up now but I will check it tomorrow after updating my CVS. It's getting late here :-)
2. Creating a more complex grammar with static regexp I encountered core dumps attempting to print nested matches. Call stack is listed below.
This sounds an awful lot like the bug I just fixed (and committed to CVS at 2am this morning). Are you sure you have the latest?
No I did this testing a few days ago, have not updated my CVS since.
If you do, please post code that reproduces the error and I'll fix it. Even if the recent changes fixed your problem, if you send the code anyway, I'll add it to xpressive's regression test. (Hint: you should do this.)
I will post cleaned up code tomorrow. At least if problem does not go away. Thanks. Bjørn