llee Wrote: > Does any one know of any parser generators for D? I'm linking against c files generated using bison, and while this works, It would be better if D had support for complex parsing tasks. I looked at ragel and I will probably end up using it. Does anyone know where I can find examples or further documentation for using it with d.