D lexer, parser, and ImportC parser are now standalone
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Mon Apr 10 12:30:53 UTC 2023
On 11/04/2023 12:17 AM, Andrej Mitrovic wrote:
> It would be nice to have a very minimal sample dub project that uses
> these Module / Parser classes.
There is: https://github.com/dlang/dmd/tree/master/compiler/test/dub_package
But yeah, there needs to be working examples for a formatter + auto
completion engine. That is both tested and with good documentation;
those two are probably the most common use cases for such a tool.
More information about the Digitalmars-d
mailing list