Took me a bit of looking, but the issue is in the details- the decision
character for "stuff" is '-' since that is always the beginning of "ruler",
the first regex under "control_2" which is the first regex following
"stuff". Changing to "-" and re-ordering the stuff regex fixes the
proof-of-concep
Hi Joe & other Raku study group attendees,
At the time I left, we were looking at a grammar with a speed-memory issue
on large-ish files. I had a germ of an idea which I couldn't express, and
from the meeting notes I see you have a simple fix *"by changing stuff
regex (.\*?) to non-greedy (.\*)*"