kursjan / petitparser2

A high-performance top-down parser
MIT License
41 stars 19 forks source link

Fix the implementation of #isDelegate #69

Closed jecisc closed 3 years ago

jecisc commented 3 years ago

isDelegate returns and does nothing. Now it return if a PP2Node is a Delegate.

It return true for any Delegate since we have #isJustDelegate to know if a node is and is only a Delegate.

jecisc commented 3 years ago

Ping

jecisc commented 3 years ago

Thanks