[SAoC2022] Replace libdparse with dmd-as-a-library in D-Scanner week 2
Lucian Danescu
lucidanescu28 at yahoo.com
Sat Oct 1 20:12:38 UTC 2022
Hello!
This week I added initial implementations for the following
visitors:
[logic_precedence](https://github.com/Dlang-UPB/D-scanner/pull/24) and
[final_attribute](https://github.com/Dlang-UPB/D-scanner/tree/final-attribute)
And also opened a couple of pull requests in Dmd with some minor
additions:
[add visit interface](https://github.com/dlang/dmd/pull/14472) and
[visibility fix](https://github.com/dlang/dmd/pull/14473) that's
still in work.
Also I noticed some changed introduced in dmd so that the parser
can't be used currently with
ASTBase, because of the addition of classes `ErrorStatement` and
`ErrorExp`. This week I will
focus on adding these classes to `ASTBase`
More information about the Digitalmars-d
mailing list