turing-machine-viz icon indicating copy to clipboard operation
turing-machine-viz copied to clipboard

Visualize Turing machines and deterministic finite automata. đŸ”ĩđŸ”đŸ”´â†Šī¸

Results 10 turing-machine-viz issues
Sort by recently updated
recently updated
newest added

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:...

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...

The supported operations could be changed from `{L, R}` to `{L, R, N}`, where N ("None" or "No-operation") would allow the machine to stay on the same tape cell instead...

This pull request updates the dependencies and webpack configuration file. `webpack.optimize.OccurrenceOrderPlugin` is now enabled by default (https://github.com/js-dxtools/webpack-validator/issues/155#issuecomment-306384813) `webpack.optimize.UglifyJsPlugin` is replaced by the Terser plugin which is enabled by default in...

It would be nice to have the option to export the diagram to LaTex via Tikz. This site does something similar: http://www.madebyevan.com/fsm/

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

Typically, Turing machines allow the head to not be moved at all when taking a transition. This change adds such a 'neutral' movement, with the designated letter 'N'.

Run turing machine in terminal Input: yaml

It'd be cool to have Multi Band functionalities.