I am currently reading the CommonMark specification for parsing markdown format. Do you know if anybody already wrote such a parser with instaparse?
I found this project but it is a simple version, not the full spec. https://github.com/chameco/Hitman/blob/master/src/hitman/core.clj
The reason I ask is that I am implementing one using instaparse. I just started recently, it’s called hiccdown.