The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2021-07-06 21:16:04 +00:00
compiler * patch by J. Gareth Moreton: improve MovAndTest2Test optimization, resolves #39156 2021-07-06 20:55:41 +00:00
installer * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00:00
packages * serial handles higher baudrates if constants are available 2021-07-02 20:00:33 +00:00
rtl * fix for Mantis #39147: apply adjusted patch (especially more paranoid checks) from Serge Anvarov 2021-07-06 21:16:04 +00:00
tests * allow char constant to be used for const string parameters in generic specializations, resolves #39030 2021-06-28 20:35:33 +00:00
utils * update revision.inc 2021-06-24 00:17:52 +00:00
.gitattributes * allow char constant to be used for const string parameters in generic specializations, resolves #39030 2021-06-28 20:35:33 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
LICENSE
Makefile * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00:00
Makefile.fpc
README.md

FPC Source code repository

Synopsis

This repository contains the sources of the Free Pascal compiler distribution.

It contains

  • The compiler sources in the directory compiler.
  • The run-time library in the directory rtl.
  • The packages distributed with the compiler in the directory packages.
  • Several utilities in the directory utils.
  • The compiler testsuite in the directory tests.

License

The compiler is licensed under GPL v2, the run-time files are licensed under modified LGPL. Both can be found in the LICENSE file, and the file rtl/COPYING.txt

Documentation

Extensive documentation can be found on the documentation website.