Re: dmd as a library

2022-11-09 Thread vushu via Digitalmars-d-learn
On Wednesday, 9 November 2022 at 11:45:46 UTC, Dennis wrote: On Tuesday, 8 November 2022 at 05:48:54 UTC, vushu wrote: Ah thanks that's nice to have some examples. Here's an example of tools using dmd as a library: https://github.com/jacob-carlborg/dlp Thanks, much appreciated 😊

Re: dmd as a library

2022-11-09 Thread Dennis via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 05:48:54 UTC, vushu wrote: Ah thanks that's nice to have some examples. Here's an example of tools using dmd as a library: https://github.com/jacob-carlborg/dlp

Re: dmd as a library

2022-11-07 Thread vushu via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 06:35:43 UTC, Mike Parker wrote: On Tuesday, 8 November 2022 at 06:21:11 UTC, vushu wrote: So I do feel, that I am in need for some learning materials or guidance. You might find Lucian Danescu's DConf '22 presentation helpful: https://youtu.be/JYkb3PjIn4c

Re: dmd as a library

2022-11-07 Thread Mike Parker via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 06:21:11 UTC, vushu wrote: So I do feel, that I am in need for some learning materials or guidance. You might find Lucian Danescu's DConf '22 presentation helpful: https://youtu.be/JYkb3PjIn4c

Re: dmd as a library

2022-11-07 Thread vushu via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 02:55:34 UTC, max haughton wrote: On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. What do you want to do with it. Im trying to understand the idiomatic way of using visitors, si

Re: dmd as a library

2022-11-07 Thread vushu via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 03:11:15 UTC, Tejas wrote: On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. https://github.com/Superbelko/dmdlib-notes This is the only resource I know of Ah thanks that's nice t

Re: dmd as a library

2022-11-07 Thread Tejas via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. https://github.com/Superbelko/dmdlib-notes This is the only resource I know of

Re: dmd as a library

2022-11-07 Thread max haughton via Digitalmars-d-learn
On Tuesday, 8 November 2022 at 00:05:18 UTC, vushu wrote: Any where to find learning material for using dmd as a library? thanks. What do you want to do with it.