alopezlago / YetAnotherPacketParser

A parser to convert quiz bowl packets to different file formats
Other
8 stars 0 forks source link

Add option to keep parsing up to MaximumLineCountBeforeNextStage #9

Closed alopezlago closed 3 years ago

alopezlago commented 3 years ago

Add a mode where we start by only looking at the current line, and if that fails, re-parse the document with a two line lookahead, and so on up to MaximumLineCountBeforeNextStage. This way, parsing will feel self-correcting, and users won't have to guess how many lines they need.

alopezlago commented 3 years ago

Made irrelevant by #16