> 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)
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to