
  =============================================================
  ----- Turing Machine with faults, failures and recovery -----
  ----------------------- C++ Simulator -----------------------
  --------------------- Version 1.0-Beta ----------------------
  =============================================================

  The algorithm has been written by Alex Vinokur.
  Programming Language : C++.
  Any and all comments would be appreciated.

  DISCLAIMER

    Copyright (c) 2003 by Alex Vinokur.

    This software is provided 'as-is', without any express 
    or implied warranty. This work and all works derived from it 
    may be copied and modified without any restrictions other 
    than that a copy of this copyright notice must be included 
    in any copy of this work or any derived work.

    The Author assumes no responsibility for damage or loss of system
    performance as a direct or indirect result of the use of this
    software.

  =====================================
  AVAILABILITY

    -----------------------------------
    ### Web page ###
        http://alexvn.freeservers.com/s1/turing-s.html


    -----------------------------------
    ### Download ###
        http://alexvn.freeservers.com/s1/turing-s.zip (via http://alexvn.freeservers.com/s1/turing-s.html)

        Files:

              readme.txt	(this file)

             --- Program Files ---
              common.h
              defs.h
              enums.h
              macro.h
              rules.h
              run.h
              service.h
              symbol.h
              tape.h
              turing-s.h
              version.h
              
              common.cpp
              main.cpp
              rules.cpp
              run.cpp
              service.cpp
              symbol.cpp
              t-aux.cpp
              t-daemon.cpp
              t-descr.cpp
              t-getval.cpp
              t-istype.cpp
              t-manage.cpp
              t-maxval.cpp
              t-rulin.cpp
              t-rulout.cpp
              t-show.cpp
              t-tapes.cpp
              t-xstate.cpp
              tape.cpp
              version.cpp


             --- Demo Input Data Files ---
              metafile.1
              metafile.2
              metafile.all
              alphabt1.txt
              alphabt2.txt
              descr1a.txt
              descr1b.txt
              descr1c.txt
              descr1d.txt
              descr1e.txt
              descr2a.txt
              descr2b.txt
              input11.txt
              input12.txt
              input21.txt
              input22.txt
              input23.txt
              rules1a.txt
              rules1b.txt
              rules1c.txt
              rules1d.txt
              rules1e.txt
              rules2a.txt
              rules2b.txt
              states1.txt
              states2.txt


             --- Makefile ---
              Makefile


             --- Demo Run batch File ---
              compile.bat
              cleanall.bat
              cleanobj.bat
              clearlog.bat
              runhelp.bat
              rundemo1.bat
              rundemo2.bat


  =====================================
  ENVIRONMENT

    ### System & Compiler ###

	Microsoft Windows 2000
	DJGPP 2.3
	GNU gcc version 3.2.1
	GNU Make version 3.79.1

  =====================================
  USAGE

    ### Compiling & Running Demo ###

        % compile.bat

        % runhelp.bat

        % rundemo1.bat

        % rundemo2.bat



=========================================================

	Alex Vinokur
		2003.03.11
	-----------------------------------
	mailto:alexvn@connect.to
	mailto:alexv@hitechclub.com
	http://up.to/alexvn
	-----------------------------------

=========================================================

