Class WriteFirstTMRuleSetBuilder

A builder to build the Write-First Turing Machine's ruleset.

Constructors

Properties

Methods

Constructors

Properties

nowBuildingInfo: null | {
    move: TMMove;
    nowState: TMState;
    write: TMSymbol;
} = null

Type declaration

rules: {
    nowState: TMState;
    out: {
        changeStates: {
            read: TMSymbol;
            thenGoTo: TMState | "HALT";
        }[];
        move: TMMove;
        write: TMSymbol;
    };
}[] = []

Type declaration

Methods

Generated using TypeDoc