Skip to content

v0.1.0

Compare
Choose a tag to compare
@GodHermit GodHermit released this 12 Aug 13:36
· 94 commits to main since this release
023a53b

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.