Compile Time D Expression Parser?

d coder dlang.coder at gmail.com
Sun Feb 26 04:00:25 PST 2012


>
>
> Operator precedence parsers are simple to implement:
>
> http://effbot.org/zone/simple-**top-down-parsing.htm<http://effbot.org/zone/simple-top-down-parsing.htm>
>

Timon

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.

Regards
- Puneet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120226/691ab04d/attachment.html>


More information about the Digitalmars-d mailing list