[fpc-pascal] Access to compiler's internal data structures
Graeme Geldenhuys
graeme at geldenhuys.co.uk
Sat Sep 1 10:53:07 CEST 2012
On 31/08/12 19:48, Kenneth Cochran wrote:
> So
> I'm finding myself in need of a parser for object pascal.
The FPC compiler has it's own built-in parser that is optimised for its
needs. There is a more general purpose object pascal compiler included
in FCL (part of FPC too), in the 'fcl-passrc' directory. The 'fpdoc'
tool uses it, and I think a few others too.
Graeme.
More information about the fpc-pascal
mailing list