About pascal2c
Das ist ein Installer für p2c einen Pascal to C Compiler. Der Installer setzt vorraus das termi installiert ist.
Es werden p2c, p2cc und ein Script pas im bin-Ordner von termi installiert.
mit cat bin/pas kann man sich einen einfachen Aufruf von p2c ansehen.
pas myprogram erzeugt myprogram.c , für das Script die extension weglassen
p2cc -o myprog myprog.p erzeugt myprog
p2cc zeigt eine Hilfe an This is an installer for a p2c Pascal to C compiler. The installer sets assumes the termi installed.
There are p2c, p2cc and a script pas in bin folder of termi installed.
with cat bin / pas you can watch a simple call of p2c.
pas myprogram myprogram.c generated omit for the script, the extension
p2cc -o myprog myprog.p generated myprog
p2cc displays a help
by R####:
Love this