Home | History | Annotate | Download | only in ply

Lines Matching full:unreachable

3199         unreachable = grammar.find_unreachable()
3200 for u in unreachable:
3201 errorlog.warning("Symbol '%s' is unreachable",u)