The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e865ab4c3a llvmdbg: handle nil in more places
"void" is represented as "null" in LLVM debug information, which we represent
by nil
2022-05-21 22:32:35 +02:00
.gitlab
compiler llvmdbg: handle nil in more places 2022-05-21 22:32:35 +02:00
installer
packages fcl-json: fixed tests 2022-05-21 03:31:42 +02:00
rtl + support intrinsic for the memory.atomic.notify WebAssembly instruction 2022-05-21 18:03:14 +03:00
tests Fix %cpu type as spotted by Alexey Torgashin 2022-05-15 18:01:48 +02:00
utils * Make sure webcompiler works again 2022-05-18 12:36:31 +02:00
.gitattributes
.gitconfig
.gitignore
.gitlab-ci.yml
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
LICENSE
Makefile
Makefile.fpc
nohup.out
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.