Git Product home page Git Product logo

turing-machine-viz's People

Contributors

aepsilon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

turing-machine-viz's Issues

How to change the time step when autorun?

Hello guys,

sorry that this is not an Issue, but I have one question:

How can I run the machine faster when autorunning the machine?
I coud not find the time step defined in the source code.

Thanks :)

Reading the whole tape

Is there some workaround to read the whole tape once the machine run is done (e.g. console log or anything)

Lets run the following unary (11=2, 111=3, 1111=4) calculator A+B:

input: '111111$1111#'
blank: ' '
start state: look_for_1
table:
  look_for_1:
    '$': R
    1: {write: 'X', R: write_1}
  write_1:
    [1, $, '#']: R
    ' ': {write: '1', L: go_to_very_left}
  go_to_very_left:
    ['#', 1, $]: L
    'X': {R: look_for_1}

there is no way we can read what is behind the end:
image

Any idea pls as a workaround for now ?

Maybe this issue would be worth consideration and some proper fix.

Thanks :)

Errors pasting in tables

I'm stumped with errors I keep stumbling over when I paste in a YAML table. For example

table:
	b:
		' ': {write: '0', R: c}
	c:
		' ': {write: ' ', R: e}
	e:
		' ': {write: '1', R: f}
	f:
		' ': {write: ' ', R: b}

gives

Possible duplicated mapping key

at the line for starting m-configuration 'c'.

What am I missing?

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.