Error on comment inside a list

Issue #4 resolved
Yuriy Syrovetskiy created an issue
(example input
  ; comment
)
λ> parseEither "(;\n)" 
    Left "\": Failed reading: satisfyWith"

Comments (1)

  1. dp wiz repo owner

    Fixed in #6

    > parseTest EDN.parse "(example input\n ; comment\n)"
    NoTag (List [NoTag (Symbol "" "example"),NoTag (Symbol "" "input")])
    
  2. Log in to comment