TextTransformer 1.6.0 with integrated hex-editor

Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Mon, 8 Dec 2008 14:29:59 +0100

          From comp.compilers

Related articles
TextTransformer 1.6.0 with integrated hex-editor Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2008-12-08)
| List of all articles for this month |

From: Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Newsgroups: comp.compilers
Date: Mon, 8 Dec 2008 14:29:59 +0100
Organization: Compilers Central
Keywords: tools, available, C++
Posted-Date: 08 Dec 2008 10:10:43 EST

TextTransformer 1.6.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.




TextTransformer 1.6.0 integrates a quick viewer for input files with
three view modes:


- text: file is shown in text form
- binary: file is shown in binary form, with fixed line length
- hex: file is shown as hex dump


The TextTransformer debugger cooperates with the viewers as with the
editor in the versions before: recognized sections of text are
highlighted and breakpoints can be set. Quick experiments with input
from an additional editor still remains possible.


Tree representations of the parsed input are shown in a smart loading
tree viewer now. Only the visible part of a tree is loaded into this
viewer.


The non visible parts of TextTransformer were revised and improved
too. Look-ahead tokens can get buffered now, there are additional
possibilities for the treatment of unspecified text sections and
additional commands for tree manipulation.


The use of a TextTransformer project as a preprocessor is demonstrated
in the new example "BinaryCheck" and there are three new free
TextTransformer projects at:


http://www.TextTransformer.org


- a project to import Yacc grammars into the TextTransformer
- a parser for the programming language C
- a parser for HTML4




There also is an additional demonstration video for the
transformation-manager at:


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




English website:


http://www.texttransformer.com




German website:


http://www.texttransformer.de



Post a followup to this message

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