[fpc-pascal] FP IDE sources
Marco van de Voort
fpc at pascalprogramming.org
Thu Mar 14 10:37:12 CET 2024
Op 14-3-2024 om 09:34 schreef Guillermo Martínez Jiménez via fpc-pascal:
> Thanks, Karoly and Marco.
>
> I thought "packages" were libraries not applications, as there is an
> "utils" directory with programs.
Roughly the RTL is a base set of units needed for the compiler itself.
When the compiler bootstraps it is compiled several times.
Most units not needed for the compiler have thus moved out into packages
that is not compiled multiple time, and directories in packages/ can be
compiled in parallel to some degree.
More information about the fpc-pascal
mailing list