Dec 052017
 
EXCHANGE is a program which exchanges one list of tokens for another within a file. It can be used to exchange Pascal symbols for C, etc.
File EXCHANGE.ZIP from The Programmer’s Corner in
Category Miscellaneous Language Source Code
EXCHANGE is a program which exchanges one list of tokens for another within a file. It can be used to exchange Pascal symbols for C, etc.
File Name File Size Zip Size Zip Type
C2P.EXC 1031 522 deflated
EXCHANGE.COM 13099 9323 deflated
EXCHANGE.DOC 2013 729 deflated
P2C.EXC 574 374 deflated

Download File EXCHANGE.ZIP Here

Contents of the EXCHANGE.DOC file










'Exchange' is a program which exchanges one list of
tokens for another within a file. It can be used to exchange
Pascal symbols for C, or C for Pascal, or even Turbo Pascal
symbols for Pascal MT+ symbols. 'Exchange' does not
translate from one language to another for you; it does do
the tedious part.


To use Exchange, type


exchange tokenfile oldfile newfile


where 'tokenfile' is the name of the file of tokens,
'oldfile' is an existing file to be changed, and 'newfile' is
the name of the file after the exchanges are completed.


The token file is created with any plain text editor and
is made up of pairs of tokens, with each token on its own
line. The first line of each pair is a token to search for.
Whenever one of these is found, the token on the second line
of the pair is used to replace it.


When Exchange scans for old tokens, the longest token
which can be matched is always used. Blanks can be part of a
token, even at the end of a line. If you want your tokens to
include trailing blanks, make sure your text editor does not
automatically strip them.


The token file 'c2p.exc' converts C tokens to Pascal
tokens; 'p2c.exc' goes the other way. You may want to change
these for your own compilers and preferences. Of course,
exchange can be used for many other languages and purposes by
simply creating new token files.


'Exchange' is in the public domain. 'Exchange' works
under the MSDOS and PCDOS operating systems.


















 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)