Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fields with module examples

...


...

JSON Viewer
width

...

400
height350
{
    "turing-machine": {
        "transition-function": {
            "delta": [
                {
                    "output": {
                        "state": 1
                    }
                },
                {
                    "output": {
                        "state": 3
                    }
                },
                {},
                {
                    "output": {
                        "state": 4
                    }
                },
                {},
                {
                    "output": {
                        "state": 2
                    }
                },
                {}
            ]
        }
    }
}



...