The turing machine's program.

Remarks

You should use TMRuleSet.builder to construct this.

Constructors

Properties

rules: TMRule[] = []

Methods

  • Returns what kind of change occurred in the Turing machine when the given state and the symbol read.

    Parameters

    • state: TMState

      now turing machine's state

    • nowSymbol: TMSymbol

      symbol read on the turing machine

    Returns TMRuleOutput[]

    list of what indicates kind of change

  • Returns string representation of this ruleset.

    Returns string

    string representation of this ruleset

Generated using TypeDoc