DIP 50 - AST macros
Jacob Carlborg
doob at me.com
Wed Nov 13 00:19:19 PST 2013
On 2013-11-12 16:20, Dicebot wrote:
> I don't know much about linq but in macro context I'd expect it to
> generate an actual SQL query to database (and execute it) based on
> in-language filter statement (via reflection)
Exactly, spot on. The interesting thing there, in the context of macros,
is converting the AST of the lambda to an string containing SQL code.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list