kursjan / petitparser2

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

Reconsider use of Traits #43

Open jgfoster opened 5 years ago

jgfoster commented 5 years ago

PetitParser2 makes use of Traits in Pharo. Many (most?) other Smalltalk dialects do not use Traits and it would be easier to port PP2 if this dependency were removed. I realize that this is a more significant rewrite, and understand if it is beyond the scope of what you consider reasonable!