code for pascal to machine language convertor

T

Twinkle

i hv a problem to covert the a 100% executable PASCAL program to 100%
executable C program.i.e. i hv to make pascal2c convertor .so i take
following approches:

first i convert the pascal program into the machine code then this
machine code is directely converted into the C codefor it i need the
code for "pascal2machine code covertor" & then "machine code2c
convertor"
if any one have some idea or sth other approch then please
help me????????
thanks
 
R

Roedy Green

i hv a problem to covert the a 100% executable PASCAL program to 100%
executable C program.i.e. i hv to make pascal2c convertor .so i take
following approches:

If the program is not very big, you might have more success with this
odd-sounding approach. Compile the Pascal as if it were Java. keep
fixing syntax errors then debug.

In the process you will discover simple regex transforms you can do to
speed the conversion.
..
 
T

Thomas Kellerer

Twinkle wrote on 16.04.2008 20:00:
i hv a problem to covert the a 100% executable PASCAL program to 100%
executable C program.i.e. i hv to make pascal2c convertor .so i take
following approches:

first i convert the pascal program into the machine code then this
machine code is directely converted into the C codefor it i need the
code for "pascal2machine code covertor" & then "machine code2c
convertor"
if any one have some idea or sth other approch then please
help me????????
thanks

I fail to see how this relates to Java in any way...

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top