Related articles |
---|
Calculating resulting types of expressions Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2010-08-19) |
From: | Detlef Meyer-Eltz <Meyer-Eltz@t-online.de> |
Newsgroups: | comp.compilers |
Date: | Thu, 19 Aug 2010 12:47:16 +0200 |
Organization: | Compilers Central |
Keywords: | types |
Posted-Date: | 19 Aug 2010 14:17:51 EDT |
Last year I presented a small series of videos about an automated
translator from Java to C++. This translator wasn't able to calculate
the resulting type of expressions. Now there is an additional video
which demonstrates how such calculations are done at a translator from
Delphi to C++.
http://www.texttransformer.com/Videos_en.html
By use of this type information the conversion of special language
constructs can be done very precisely and the amount of necessary
postprocessing of the output language is minimal.
The video is based on the real TextTransformer project, by which the
program "Delphi2Cpp" was made.
http://www.texttransformer.com/Delphi2Cpp_en.html
TextTransformer is a parser generator IDE
http://www.texttransformer.com/TextTransformer_en.html
The video and the program descriptions exist in German too:
http://www.texttransformer.de/Videos_ge.html
http://www.texttransformer.de/Delphi2Cpp_ge.html
http://www.texttransformer.de/TextTransformer_ge.html
BTW: I'm thinking about to make another Delphi converter, either to
Java or to C#. What do you think might have better market
opportunities? I'm also interested in suggestions for other
converters.
Regards
Detlef Meyer-Eltz
Return to the
comp.compilers page.
Search the
comp.compilers archives again.