Construct TMRuleset with given rules.
list of rule
This method is used by the library. Usually, users should use TMRuleSet.builder.
Private
Readonly
rulesReturns what kind of change occurred in the Turing machine when the given state and the symbol read.
list of what indicates kind of change
Static
builderCreate builder for TMRuleSet.
created builder
Generated using TypeDoc
The turing machine's program.
Remarks
You should use TMRuleSet.builder to construct this.