    
        Hello !

 This distribution contains the sources for a simple basic-Interpreter,
 named yabasic ("yet another basic").

 To get an executable version of yabasic, just type "runme".

 If You don't succeed, please give me (ihm@kph.uni-mainz.de) a mail
 including the file runme.log and some information about your system.

 To learn more about yabasic view the file "yabasic.htm"; 
 If you dont have an html-browser you may
 look at the file "yabasic.txt".

-------------------------------------------------------------

 This directory contains the following files:

           README  ---  The document you are currently reading
          COPYING  ---  The GNU copyleft, which applies to yabasic
        yabasic.c  ---  Source-code for yabasic
        yabasic.h  ---  Headerfile for yabasic
    yabasic.bison  ---  Inputfile for BISON; containing the grammar
          bison.c  ---  Code generated from yabasic.bison by BISON
          bison.h  ---  Headerfile for bison.c and flex.c
     yabasic.flex  ---  Inputfile for FLEX
           flex.c  ---  Code generated from yabasic.flex by FLEX
            runme  ---  Shellscript to get an executable Version of yabasic.
	runme.log  ---  Logfile of runme, useful if errors appear
     configure.in  ---  Inputfile for autoconf, used to create configure
        configure  ---  Script, which creates a Makefile for your system
      Makefile.in  ---  Template makefile, used to create Makefile
         Makefile  ---  Makefile, generated by configure from Makefile.in
      yabasic.htm  ---  HTML-documentation for yabasic
         demo.yab  ---  demo of yabasic
      animals.yab  ---  yabasic-program to guess animals
             pack  ---  perl script used to pack a new distribution
     yabasic.spec  ---  specifications for building the redhat package
    
          yabasic  ---  The exectuable program, this will be created , if
                        you type "runme"
