Fork me on GitHub
#instaparse
<
2016-10-27
>
seylerius09:10:58

So, (map (partial reparse-string is-table) (nth (parse-file "") 6)) fails, complaining about a lack of either #"\r\n" or #"[\r\n]". Essentially, it seems to think a :br should start the text line in that section.

aengelberg16:10:03

@seylerius where is the grammar you're using to parse? apologies if you posted earlier and I missed it.

aengelberg16:10:12

and sample file?