[fpc-pascal] Set format
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Nov 14 13:21:13 CET 2006
On 14 nov 2006, at 13:15, Tom Verhoeff wrote:
> For purposes of converting between one representation and the other,
> it might be nice to provide a means to declare "old"sets, which use
> the
> current representation, _alongside_ the new sets, which use the
> improved
> representation. Then it would be fairly straightforward to write a
> conversion program that reads in the old format and writes out the
> new format.
It would be much simpler to simply provide conversion functions,
because otherwise the code generator is going to become a real mess.
Jonas
More information about the fpc-pascal
mailing list