[fpc-devel] Templates / Generics

Marco van de Voort marcov at stack.nl
Mon Nov 7 14:43:59 CET 2005


> Peter Vreman wrote:
>  TStringMyObjectMap = TMap<string, TMyObject>;
> 
> etc.
> 
> One more question: If I understand it correctly, the parser uses a
> recursive top-down recursive descent approach and not a bottom-up approach
> like the LALR parsers generated by the pyacc tool?

Correct. Pascal tools usually do. (and I heard GCC4 C++ is also RD)



More information about the fpc-devel mailing list