Re: Pascal-Interpreter?

[email protected] Sun, 17 Apr 2022 04:09:56 -0500
Newsgroups alt.comp.lang.pascal
Organization Aioe.org NNTP Server
Message-ID <[email protected]>
On 4/11/22 02:57, F. W. wrote:
> Does anybody know a Pascal-Interpreter?
> 
> FW

'instantfpc' is better than an interpreter. It compiles and runs a 
pascal program at once.

Install the FreePascal compiler:

$ sudo apt-get install fpc

'instantfpc' is a binary that is included with FreePascal. Instant fpc 
compiles and runs the .pas file passed to it on the command line:

$ instantfpc program.pas