Need to write parser for custom document format (similar to rdoc/markdown/yaml, with custom blocks), and it's a good opportunity to better learn parsers.
Is there a short and clean example of parser in Nim? There are many parsers written in Nim, but they have different goal - performance and low overhead and so the code looks too complicated and low level, I would prefer the opposite goal, clean and short code with slower performance and overhead.