Lexer and parser generators using CTFE

deadalnix deadalnix at gmail.com
Tue Feb 28 12:37:55 PST 2012


Le 28/02/2012 21:02, H. S. Teoh a écrit :
> OTOH, perhaps once we start writing a lexer/parser generator, that will
> force us to fix the I/O and allocator system. Without a good project to
> motivate us to fix these tedious issues, it seems that we just lose
> inspiration to do it after a while.
>

std.conainer is already a good candidate for allocators.

Back to the topic, this is a great idea, but isn't it building on weak 
bases ? We still have issue with const correctness, or postblit, and on 
lib side, we lack allocators, error handling is poor, containers are 
poor, etc . . .


More information about the Digitalmars-d mailing list