Home |
Text2HTML |
Wikipedia |
Yacc2TT |
Delphi parser |
Java parser |
C preprocessor |
C parser |
HTML4 |
Utilities |
MIME parser |
Spamfilter |
Additional Examples |
Free components |
Additional TextTransformer projects are part of the installation package of the program:
By this simple example of the exchange of two words some essentials about writing and using of a TETRA project are explained.
Texts, which were written on an Atari computer shall be reprocessed in a text editor under Windows. To do this some characters must be exchanged.
The calculator example is a classic application of a parser. The numbers, operators and bracketing must be extracted from the input text to be able to calculate the result.
The number of lines, characters, word and sentences of a text shall be counted.
In a group of html files all links shall be found and listed, which refer into the web.
Analysis of an e-mail address in accordance with the RFC 822 standard.
Instrumentation of c++ source code.
The sum of the positions of a bill shall be calculated.
A parser for XML documents.
A parser for the programming language Java 1.4.
Parsers, by which the TextTransformer itself is working, are are part of the TextTransformer installation package too.
The semantic code mostly is removed from these examples.
TETRA-Produktions
TETRA-EditProds
TETRA-Interpreter
TETRA-Import
Partial translation of the productions of a Coco/R compiler description into the syntax of the TextTransformer.
The text version of this page: examples.txt
to the top |