padsproj/pads-haskell

Bug in seekSep / parseManySepTerm

Opened this issue · 0 comments

While documenting PadsParser.hs I believe I found a bug where when parsing a list of some type with separators and a terminator, Pads will report successful termination of the parser upon seeing end-of-file without parsing the terminator. I'll write a simple test case in First.hs which exhibits the desired behavior.