mirror of
https://github.com/art-ist/mustache-sharp.git
synced 2024-06-16 21:05:32 +00:00

I realized I had tail-end recursion, which could be easily eliminated. Because of yield return, I think this greatly simplified the code.