Florian Klaempfl schrieb:
Just a another remark:

uses clause of pbase must be cleaned up: it causes a lot of cyclic and
strange dependencies. Especially the dependency on parser_opl is a no
go. IMO there needs to go a lot of code into parser_opl.

Right, some references could be removed just now. But I left them there, in preparation of moving global variables into the parser base class, as references or method arguments. The uses in the implementation cannot cause cyclic unit references.

The parser_opl reference is required just now. It can be replaced later, by a common front-end factory and registered parser classes.

DoDi

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to