Understanding the AST...

Seb seb at wilzba.ch
Thu Feb 22 14:53:11 UTC 2018


On Tuesday, 6 February 2018 at 12:03:06 UTC, joe wrote:
> Hello everybody!
>
> Last week end I found this post ( 
> https://dlang.org/blog/2017/08/01/a-dub-case-study-compiling-dmd-as-a-library/ ) on the Blog and thought to myself awesome.
>
> [...]


BTW I know it's not as powerful as DMD (and not the real thing), 
but often the AST XML dump from DScanner helps to deepen the 
understanding:

https://github.com/dlang-community/D-Scanner#ast-dump

You can even play with libdparse on the web:

https://run.dlang.io/is/qZsGDD


More information about the Digitalmars-d-learn mailing list