Type alias TMState

TMState: {
    meaning: "state";
    value: string;
}

The turing machine's "state", or in other words, what determines which rules are executed.

Type declaration

  • Readonly meaning: "state"
  • Readonly value: string

Generated using TypeDoc