Git Product home page Git Product logo

tursi's Introduction

Tursi logo Tursi

Tursi screenshot

About

Tursi is a simulator for deterministic single-tape Turing machines. I started it in 2013 at the end of my first semester to replace an outdated applet we were using in a lecture.

By now, Tursi seems rater outdated itself. However, I publish it here in the hope that it will be useful to someone.

Features

  • Cross-platform Java application
  • Debug Turing machines with history and break states
  • Export transition tables to state diagrams
  • Fast console mode for time-consuming Turing machines
  • Compact transition tables using wildcards

Use

  • Download the .jar file from the latest release.
  • Install a Java Runtime Environment (JRE 8 or higher) if you haven't already.
    • Windows users should be able to start it by simply double clicking the .jar file.
    • Linux users may have to make the file executable first
      or start it from the console using java -jar /path/to/Tursi.jar.

There is a comprehensive tutorial and a manual on Tursi's website. For a quick start you may also want to look at the examples in the download section.

Compile

Tursi's first version was written in Java 1.6. Tursi itself hasn't changed much since then, but I made sure that it can be compiled flawlessly with newer Java versions. Tursi's current version was tested with Java 8 to 13. To compile it yourself ...

  • Install a Java Development Kit (JDK 8 or higher) and Apache Ant if you haven't already.
  • Open a terminal in this repo's root directory and run ant. This will create the file bin/Tursi.jar.

tursi's People

Contributors

schaetzc avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.