named arguments, string interpolation, please stop.
Walter Bright
newshound2 at digitalmars.com
Thu Jan 11 20:03:09 UTC 2024
On 1/11/2024 9:45 AM, max haughton wrote:
> Most of the issues with tooling in this sense when things change is purely just
> brought about because things are too separated. Along those lines I am planning
> to try to merge in all the tools as they use the dmd frontend more and more. The
> current layout of dfmt et al, and the compiler/s themselves is fundamentally
> biased towards making this kind of change difficult, fix that and there would be
> a lot less to complain about.
On my end, I have fixed the lexer/parser so they are independent of the rest of
the compiler.
This is targeted towards enabling other tools to deal with D code.
More information about the Digitalmars-d
mailing list