kursjan / petitparser2

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

Envisage to use groups instead of baselines #57

Open jecisc opened 4 years ago

jecisc commented 4 years ago

I see that the different parts of PetitParser2 are managed via differents baselines. This has two negative impact IMO:

I am wondering why baselines are used instead of groups? PetitParser 1 is currently using groups and it works well.

kursjan commented 4 years ago

Perhaps @chisandrei can answer the question.