TextTransformer 1.5.0: event driven tree construction and easy XML creation

Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Mon, 2 Jun 2008 16:11:28 +0200

          From comp.compilers

Related articles
TextTransformer 1.5.0: event driven tree construction and easy XML cre Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2008-06-02)
| List of all articles for this month |

From: Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Newsgroups: comp.compilers
Date: Mon, 2 Jun 2008 16:11:28 +0200
Organization: Compilers Central
Keywords: tools, available
Posted-Date: 02 Jun 2008 10:20:02 EDT

TextTransformer 1.5.0 just has been released. TextTransformer is a
visual development environment (Windows) for building, debugging and
executing parsers and translators. TextTransformer is made both for
end-users and for c++ developers.


With TextTransformer 1.5.0 event handlers can be made for some parse
events. Altogether eight events can be handled, but the most important
three of them: "OnEnterProduction", "OnExitProduction" and
"OnAcceptToken", suffice for the generation of trees. The code for
such handlers can be generated by means of a wizard automatically.


Optionally such trees can be created as xerces DOM documents. So XML
is supported as a target format in a special way now. All encodings,
which are supported by xerces, can be selected in the project options
amongst several other properties desired for the XML document.


The TetraComponents for the use of TextTransformer projects in Delphi
were revised and extended. Parse events can be evaluated and e.g. used
for the construction of parse-trees also in these Delphi components.
There is a detailed help to the components now. Supporting pascal code
is produced by the TextTransformer IDE now.




Some of the new features are demonstrated at the newly created video
section:


http://www.texttransformer.com/Videos_en.html






English website:


http://www.texttransformer.com




German website:


http://www.texttransformer.de




The TetraComponents can be found on:


http://www.texttransformer.org


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.