Rehorav
April 26th, 2006, 02:10 PM
Well, once again, I have a delphi question, but this forum doesn't happen to have a delphi section.
I'm trying to make a language conversion program, where it takes the syntax of one language, and converts it to C++. I know I have to use TStream, but I don't know how to write out if it comes upon a line with
local(none) int
it converts it to:
INT
Then, I can't find any good TStream tutorials that explain how I would tell it to convert the language I wish to convert, to C++ syntax.
I've been stuck with this issue for a LONG time, and I'm begging that someone helps me...
I'm trying to make a language conversion program, where it takes the syntax of one language, and converts it to C++. I know I have to use TStream, but I don't know how to write out if it comes upon a line with
local(none) int
it converts it to:
INT
Then, I can't find any good TStream tutorials that explain how I would tell it to convert the language I wish to convert, to C++ syntax.
I've been stuck with this issue for a LONG time, and I'm begging that someone helps me...