com-lihaoyi / fastparse

Writing Fast Parsers Fast in Scala
https://com-lihaoyi.github.io/fastparse
MIT License
1.09k stars 164 forks source link

No SequencerN instances for N > 8 #20

Closed AlecZorab closed 9 years ago

AlecZorab commented 9 years ago

When parsing long sections, types end up messy because there are no appropriate instances of Sequencer

AlecZorab commented 9 years ago

This is a great candidate for code generation in the style of https://github.com/non/cats/blob/master/project/Boilerplate.scala.

lihaoyi commented 9 years ago

This was fixed in 0.1.7 https://github.com/lihaoyi/fastparse/blob/master/build.sbt#L67-L92