I presume you have
{ use strict; use warnings; }
inside your grammar. Add
no warnings 'recursion';
to that block.
You are precompiling, right? You can see the generated parser by looking at that .pm file.
In reply to Re^3: Better way than tail-recursion in Parse::RecDescent?
by ikegami
in thread Better way than tail-recursion in Parse::RecDescent?
by locked_user sundialsvc4
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |