[nem-en] Re: += Macro and delegates
Kamil Skalski
kamil.skalski at gmail.com
Fri Dec 8 18:11:03 CET 2006
I thought you are transforming TExpr into CodeDom tree? Why do you
need to generate TExprs from those expressions?
On 12/8/06, Andrey Khropov <andrey.khropov at gmail.com> wrote:
> Kamil Skalski wrote:
>
> > If the original expression expanded into call of add_ method and the
> > macro was += then I guess you can safely assume that:
> >
> > match (original) {
> > | <[ $e += $method ]> =>
> > }
> >
>
> Well, this will give me two PExprs. How can I make TExprs from them (I guess I
> need some context info to do that - MethodBuilder or TypeBuilder or ...) ?
>
> --
> AKhropov
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list