Adding a "Are we @nogc yet?" page to dlang.org

Alexandru Militaru alexandru.cmilitaru at gmail.com
Sun May 10 20:11:42 UTC 2020


Hi,

I’m working on this project [1] and I want to create a new page 
on dlang.org where the @nogc information to be displayed. For 
each module from Phobos, I created a .json file with all the 
function templates that can be used as @nogc and now I want to 
generate an html page that aggregates all the information from 
*.json.

Can you give me some advice on the proper way to do this?

[1] https://github.com/dlang/projects/issues/56


More information about the Digitalmars-d mailing list