Metadata-Version: 2.1
Name: turing_machine_executor
Version: 1.1.1
Summary: A Turing Machine executor
Home-page: https://github.com/espositoandrea/Turing-Machine-Executor
Author: Andrea Esposito
Author-email: esposito_andrea99@hotmail.com
License: MIT
Download-URL: https://github.com/espositoandrea/Turing-Machine-Executor/archive/v1.1.0-alpha.tar.gz
Description: # A Turing Machine Executor (EMT)<!-- omit in toc -->
        
        [![License (MIT)](https://img.shields.io/github/license/espositoandrea/Turing-Machine-Executor.svg?style=for-the-badge)](https://github.com/espositoandrea/Turing-Machine-Executor/blob/v1.1.0-alpha/LICENSE)
        [![Latest release](https://img.shields.io/github/release-pre/espositoandrea/Turing-Machine-Executor.svg?style=for-the-badge)](https://github.com/espositoandrea/Turing-Machine-Executor/releases/latest)
        
        A simple executor of _(almost)_ every Turing machine.
        
        - [The Name](#the-name)
        - [The Reasons](#the-reasons)
        - [How To Use EMT](#how-to-use-emt)
        - [Known Bugs and Limitations](#known-bugs-and-limitations)
        
        ## The Name
        
        **EMT** stands for _Esecutore di Macchine di Turing_, that is the Italian for _"Turing Machine Executor"_.
        
        ## The Reasons
        
        To be completely honest I was just really bored and I needed a way to spend my time while learning new languages. I written this code in Python because I wanted to try using what I learnt about this language in the past months.
        
        ## How To Use EMT
        
        Visit the [Wiki page](https://github.com/espositoandrea/Turing-Machine-Executor/wiki/How-To-Use-EMT) to know how to use EMT.
        
        ## Known Bugs and Limitations
        
        In this section there's a list of known bugs and limitations of EMT. For future reference, if a bug is solved (or if a limitation is removed) it won't be deleted from this list, but it will be just marked as "deleted" (like ~~this~~).
        
        - This executor can only start right before the input string
        - You can't execute the same machine with more than one input tape without reinserting the machine
        - This executor is not much _user friendly_
        
Keywords: Turing,Machine,Executor,EMT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
