<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br></div>
Operator precedence parsers are simple to implement:<br>
<br>
<a href="http://effbot.org/zone/simple-top-down-parsing.htm" target="_blank">http://effbot.org/zone/simple-<u></u>top-down-parsing.htm</a><br>
</blockquote></div><br><div>Timon</div><div><br></div><div>I want to do all this parsing at compile time in D (using mixins). I have just started working on this. I am not sure if CTFE allows so much flexibility. I believe I will have to use functional style as in the link provided by Kenji. Let me know if I am missing something.</div>

<div><br></div><div>Regards</div><div>- Puneet</div>