www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [SAOC 2023] dfmt rewrite - Weekly update #9

reply Prajwal S N <snp dlang.org> writes:
Hi all,

This week was mostly bug hunting and implementing more passes. We 
now have the `dfmt_selective_import_space` and 
`dfmt_space_after_keywords` passes working. I've also been 
looking into how comments are stored in the AST and how they can 
be reproduced in the formatted code. Next week will involve more 
research on this and adding a few more passes. The work chugs on 
:)
Nov 17 2023
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Friday, 17 November 2023 at 18:13:01 UTC, Prajwal S N wrote:
 Hi all,

 This week was mostly bug hunting and implementing more passes. 
 We now have the `dfmt_selective_import_space` and 
 `dfmt_space_after_keywords` passes working. I've also been 
 looking into how comments are stored in the AST and how they 
 can be reproduced in the formatted code. Next week will involve 
 more research on this and adding a few more passes. The work 
 chugs on :)
🎊
Nov 17 2023