Re: D Grammar Parser In D

2016-02-19 Thread Patience via Digitalmars-d-learn

On Friday, 19 February 2016 at 22:34:22 UTC, Adam D. Ruppe wrote:

On Friday, 19 February 2016 at 22:29:32 UTC, Patience wrote:

Is there anything in D like

https://irony.codeplex.com/


https://github.com/Hackerpilot/libdparse/


I don't want to parse d code. I want a generic parser that is 
written in D like how irony is written in C#.




D Grammar Parser In D

2016-02-19 Thread Patience via Digitalmars-d-learn

Is there anything in D like

https://irony.codeplex.com/




Photoshop programming

2016-02-14 Thread Patience via Digitalmars-d-learn
Photoshop has the ability to be controlled by scripts and 
programming languages. For example, C# can be used to access 
photoshop by adding the appropriate reference and using 
directives. I believe it is COM based but I am not totally sure.


I've tried reading the docs but it's not making much sense.

http://www.lunesu.com/uploads/ModernCOMProgramminginD.pdf

links at the bottom are down.

It says one has to create a wrapper, but then talks like it can 
be done automatically. I assume that is what project does? But 
then one has to create an idl, not sure what that is ;\


Any info on how to do this stuff properly?