This is the 5th version of the Pascal-P compiler from Zuerich. It is modified to be ISO 7185 Pascal compliant, both in the implementation language, and in the language it processes.
This is the 5th version of the Pascal-P compiler from Zuerich. It is modified to be ISO 7185 Pascal compliant, both in the implementation language, and in the language it processes.
To install pascal-p5, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pascal-p5
To see what files were installed by pascal-p5, run:
port contents pascal-p5
To later upgrade pascal-p5, run:
sudo port selfupdate && sudo port upgrade pascal-p5
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.