The files in this directory are really simple and show just some basic
features of the lx2l tool:

descrip.lxx:   This is a small VMS makefile as example for a simple nested loop.
               It includes definitions for a number of tools and invoking these.

dos2iso.lx:    include file for remapping of german Umlaute (could be extended)
               to iso (Windog$xx, Unix etc.). Just add {@@input <dos2iso.lx>} to
               the head of a dos file, feed it into lx2l and you get all Umlaute
               converted to iso 8859-1 format

hello.lx       the "hello world" program in lx: C, DCL and pascal version in one file.

iso2html.lx    conversion of iso 8859-1 characters to html. Two maps are used: one
               with conversion of <>&"\n, and one without these characters.

makefile.lx    example of a simple makefile. Four makefiles are generated from this source:

                  platform    thread      output file
                  Atari         a         makefile.tos
                  DOS           d         makefile.dos
                  Unix          u         makefile.unx
                  VMS           v         makefile.vms
