Re: [fpc-pascal] fcl-passrc: Process library source?

2010-08-25 Thread dmitry boyarintsev
On Tue, Aug 24, 2010 at 9:45 PM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: It's not implemented yet - just like fcl-passrc can't parse Program units either.  Based on what I found while looking what to implement for Program unit parsing, it doesn't seem that difficult. Time permitting,

Re: [fpc-pascal] fcl-passrc: Process library source?

2010-08-25 Thread Graeme Geldenhuys
Op 2010-08-25 09:05, dmitry boyarintsev het geskryf: How's your progress Graeme? I can do this in the weekend (28th-29th). Thanks Dmitry, you can go ahead. I'm still busy with fpdoc and DocView fixes. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [fpc-pascal] fcl-passrc: Process library source?

2010-08-25 Thread dmitry boyarintsev
On Wed, Aug 25, 2010 at 11:54 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Thanks Dmitry, you can go ahead. I'm still busy with fpdoc and DocView fixes. Passrc should be able to parse program units now. At least it shouldn't be failing with error. Program modules doesn't have interface

[fpc-pascal] fcl-passrc: Process library source?

2010-08-24 Thread Matthias Klumpp
Hi! At time I'm playing around with fcl-passrc to automate some actions I have to perform with the source code. Unfortunately, FCL-PASSRC does not process the source of a library: Expected unit at token library (In ParseSource() call) How do I make FCL-PASSRC process the lib source code too?

Re: [fpc-pascal] fcl-passrc: Process library source?

2010-08-24 Thread Graeme Geldenhuys
On 24 August 2010 18:29, Matthias Klumpp wrote:  (In ParseSource() call) How do I make FCL-PASSRC process the lib source code too? It's not implemented yet - just like fcl-passrc can't parse Program units either. Based on what I found while looking what to implement for Program unit parsing,