Dlang meeting tonight at the Overlake Red Robin at 7pm

2024-02-23 Thread Walter Bright via Digitalmars-d-announce
Tonight's agenda: select the Ring Bearer. Those who don't show up run the risk 
of being chosen.


Re: DMD Compiler as a Library: A Call to Arms

2024-02-23 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-announce
In response to this, I thought well this is annoying work, why can't we 
automate it?


So I did automate a little bit of it exploratory work.

I used dustmite to minify the TODO modules to know what is required to 
make the parser compile.


The scripts I used are all here, along with a utility program.

Note: if you are doing this work, make sure to copy dmd's source into 
imports and then delete the modules that you want to have minified from 
it. But it is best to do them one at a time.


https://gist.github.com/rikkimax/c9a65e82b9cbec60bbd93c5a0d14e827