#fpc #freepascal #compiler #fpcobj #pascal

florian d2921dfb55 * move more node tree optimizations to tcgprocinfo.OptimizeNodeTree 4 年 前
compiler d2921dfb55 * move more node tree optimizations to tcgprocinfo.OptimizeNodeTree 4 年 前
installer 433050a2c4 * set EXEEXT to .wasm for the WASI target in fpcmake 4 年 前
packages 6a9d2cae93 * Debugger statement 4 年 前
rtl 396a030fc2 + debugging statement 4 年 前
tests 3069d74ecc * handle constant folding correctly for <pointer>+<ord. constant>+<ord. constant>, resolves #39332 4 年 前
utils b36154671b * Bring compileserver functionality up-to-date with simpleserver 4 年 前
.gitattributes bd814c58c3 * Instruct GitLab to use the Pascal syntax highlighter for .pp and .inc files. 4 年 前
.gitignore b5fca5b094 Ignore all BuildUnit_{package_name}.pp generated file 4 年 前
.gitlab-ci.yml 4303d62c2b * do fullcycle with -j 4 4 年 前
LICENSE ddb572513c + LICENSE and README.md added, taken from git test conversion as committed by Michael 4 年 前
Makefile 433050a2c4 * set EXEEXT to .wasm for the WASI target in fpcmake 4 年 前
Makefile.fpc 97b2f7a5e1 Exchange REQUIREDVERSION and REQUIREDVERSION2 values to get 3.2.2 version in reuired release version message 4 年 前
README.md ddb572513c + LICENSE and README.md added, taken from git test conversion as committed by Michael 4 年 前
fpmake.pp 79bbc20f29 * FPMake-option NoIDE added 5 年 前
fpmake_add1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 年 前
fpmake_proc1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 年 前

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.