Skip to content

Releases: GodHermit/turing-machine

v0.5.0

02 Sep 21:48
0f3d296
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

28 Aug 22:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Aug 22:14
a8bed09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

22 Aug 12:50
5898582
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Aug 12:30
e24f49e
Compare
Choose a tag to compare

What's Changed

  • Make nextjs.yml action run after each stable release by @GodHermit in #23
  • Add logs of the Turing machine actions by @GodHermit in #24

Full Changelog: v0.1.1...v0.2.0

v0.1.1

17 Aug 22:51
4ce2a9b
Compare
Choose a tag to compare

Turing Machine

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Aug 13:36
023a53b
Compare
Choose a tag to compare

Turing Machine

🚀 Features

  • Input validation: The input tape value validating against alphabet
  • Alphabet auto generation: If no alphabet is defined, it'll be generated from input
  • Displaying of instructions as table
    • Shortcuts for defining instructions:
      • R, L, N for moving head without writing symbol or changing state
      • ! for setting final state without writing symbol or moving head
  • Run the machine: The Turing machine can be computed instantly
  • Take a step in the machine: The Turing machine can be calculated step by step
  • Restore the machine: The Turing machine can be reset.