[Lazarus] R: lazarus Digest, Vol 148, Issue 26

2020-05-17 Thread Simone Tacconi via lazarus
This new feature would be very useful for me. I hope it can be implemented. In the meantime, what is the hook for comments? Thanks in advance. Message: 2 Date: Sun, 17 May 2020 12:46:38 +0200 (CEST) From: Michael Van Canneyt To: Simone Tacconi via lazarus Subject: Re: [Lazarus] Parsing

[Lazarus] Parsing compiler directive with fcl-passrc

2020-05-17 Thread Simone Tacconi via lazarus
I know that in general, compiler directives are processed by the preprocessor before the parser. In my case I use fcl-passrc in a code analysis tool that I am building and I would need to detect directives during parsing.  It's possible?  In the PasTree unit I don't see data structures for comme