PetitParser
PetitParser copied to clipboard
Petit parser UI shows only production rules that have an instance variable in the selected class
Originally reported on Google Code with ID 920
In the petit parser UI if I select a class I can see all production rules of that class.
If I have a derived parser class that does not implement every of the production rules
I get only those which are defined in the derived class.
It would be good if the pane of the production rules list could show productions from
every class in the hierarchie above the petit parser ones.
Reported by norbert.hartl on 2013-03-21 11:37:52
Thank you, Norbert. I will look into this.
Reported by [email protected] on 2013-03-22 10:16:56
- Labels added: Component-PetitParser