Re: tools.ctfe for D1

2010-04-22 Thread FeepingCreature
On 21.04.2010 16:43, Ellery Newcomer wrote: On 04/21/2010 05:43 AM, FeepingCreature wrote: On 20.04.2010 01:49, Ellery Newcomer wrote: Are there any good libraries for ctfe/code generation? I don't know, things like parsing support for compile time strings, string formatting, type- string

Re: tools.ctfe for D1

2010-04-22 Thread Ellery Newcomer
well, here you are: http://www.dsource.org/projects/dexcelapi/browser/trunk/src/dxl/util/ctfe.d and here is where I use it: http://www.dsource.org/projects/dexcelapi/browser/trunk/src/dxl/biff/Enums.d I don't think it's worth the effort of changing that stuff to work with your table parsing,

tools.ctfe for D1

2010-04-21 Thread FeepingCreature
On 20.04.2010 01:49, Ellery Newcomer wrote: Are there any good libraries for ctfe/code generation? I don't know, things like parsing support for compile time strings, string formatting, type - string My project seems to be growing ctfe, and it's all horribly hacky and ugly code. This

Re: tools.ctfe for D1

2010-04-21 Thread strtr
FeepingCreature Wrote: On 20.04.2010 01:49, Ellery Newcomer wrote: Are there any good libraries for ctfe/code generation? I don't know, things like parsing support for compile time strings, string formatting, type - string My project seems to be growing ctfe, and it's all horribly

Re: tools.ctfe for D1

2010-04-21 Thread Ellery Newcomer
On 04/21/2010 05:43 AM, FeepingCreature wrote: On 20.04.2010 01:49, Ellery Newcomer wrote: Are there any good libraries for ctfe/code generation? I don't know, things like parsing support for compile time strings, string formatting, type- string My project seems to be growing ctfe, and it's

Re: tools.ctfe for D1

2010-04-21 Thread Ellery Newcomer
Also, are there any examples for usage of the table parsing functions? And to whom do I give attribution?