DeRailed DSL (was Re: compile-time regex redux)

Kirk McDonald kirklin.mcdonald at gmail.com
Sun Feb 11 00:48:25 PST 2007


Andrei Alexandrescu (See Website For Email) wrote:
> Kirk McDonald wrote:
>> Walter Bright wrote:
>>> Kirk McDonald wrote:
>>>> Never mind what this actually does. The problem at hand is somehow 
>>>> generating a class like this at compile-time, possibly given only 
>>>> the class Foo.
>>>
>>> Tell me exactly what you need.
>>
>> Given a class, I need a way to get a list of all of its member 
>> functions at compile-time. 
> 
> Probably also a couple of bits per method telling whether the method is 
> static or final.
> 
> Andrei

Right, right, all that stuff, too. :-)

-- 
Kirk McDonald
http://kirkmcdonald.blogspot.com
Pyd: Connecting D and Python
http://pyd.dsource.org



More information about the Digitalmars-d mailing list