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

Andrei Alexandrescu (See Website For Email) SeeWebsiteForEmail at erdani.org
Sun Feb 11 00:28:18 PST 2007


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



More information about the Digitalmars-d mailing list