2009-08-26 17:00:38 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2018-05-28 21:12:29 +02:00
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
2009-08-26 17:00:38 +02:00
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
2018-05-28 21:12:29 +02:00
|
|
|
# on the right side marks the last column you can put a character in. You must
|
|
|
|
# make exactly 11 lines for the formatting to be correct. It's also
|
2009-08-26 17:00:38 +02:00
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
p2c: p2c (Pascal to C translator)
|
|
|
|
p2c:
|
2018-05-28 21:12:29 +02:00
|
|
|
p2c: P2c is a tool for translating Pascal programs into C. The input
|
2009-08-26 17:00:38 +02:00
|
|
|
p2c: consists of a set of source files in any of the following Pascal
|
2018-05-28 21:12:29 +02:00
|
|
|
p2c: dialects: HP Pascal, Turbo/UCSD Pascal, DEC VAX Pascal, Oregon
|
2009-08-26 17:00:38 +02:00
|
|
|
p2c: Software Pascal/2, Macintosh Programmer's Workshop Pascal,
|
|
|
|
p2c: Sun/Berkeley Pascal, Texas Instruments Pascal, Apollo Domain Pascal.
|
2018-05-28 21:12:29 +02:00
|
|
|
p2c: Modula-2 syntax is also supported. Output is a set of .c and .h
|
2009-08-26 17:00:38 +02:00
|
|
|
p2c: files that comprise an equivalent program in any of several dialects
|
|
|
|
p2c: of C.
|
|
|
|
p2c:
|