BenHanson/parsertl14

Detection of unused rules fail if there is only self references

Closed this issue · 2 comments

While testing changes to one grammar I noticed that the detection of unused rules fail to detect unused recursive rules like:

unused : unused '+' unused;

This mingodad/parsertl-playground@391bfb7 seems to fix it.

Done

Thank you !