fpc

Multi-architecture Pascal compiler with support for multiple platforms

brewmacoslinux
Try with needOr install directly
Source

About

Free Pascal: multi-architecture Pascal compiler

Commands

fpcfpcmakeppumove

Examples

Compile a Pascal source file to executable$ fpc myprogram.pas
Compile with optimization flags for release builds$ fpc -O2 -Xs myprogram.pas
Compile for a specific target architecture$ fpc -Px86_64 myprogram.pas