[fpc-other] [fpc-pascal] Underscores in numerical literals - grouping
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Tue Nov 22 18:03:22 CET 2016
On 2016-11-22 16:44, Mattias Gaertner wrote:
> Why should compiling and linking be removed from the compiler time?
Compiling works on in-memory data structures (supplied by the tokenizer
and such) and linking works on newly created object files on disk. Both
have nothing to do any more with the original source code units.
Regards,
Graeme
More information about the fpc-other
mailing list