instaparse

If you're not trampolining your parser, why bother getting up in the morning?
2018-11-21T11:22:58.011400Z

I am currently reading the CommonMark specification for parsing markdown format. Do you know if anybody already wrote such a parser with instaparse?

2018-11-21T11:29:35.011900Z

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

2018-11-21T14:13:43.012400Z

The reason I ask is that I am implementing one using instaparse. I just started recently, it’s called hiccdown.