kursjan / petitparser2

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

Purpose of ManifestPetitParser and ManifestPetitParserTests? #41

Closed jgfoster closed 5 years ago

jgfoster commented 5 years ago

When I load PetitParser2 into GemStone I get a warning that PackageManifest must be defined. It appears that this is so ManifestPetitParser and ManifestPetitParserTests can have a superclass. What is the role of these classes? If they are related to developer tools (code-critics, ruleRB*), then could they be placed in another package?

kursjan commented 5 years ago

Good question, seems to be code-critics specific... remvoed