Type alias TMConfiguration

TMConfiguration: {
    headPosition: number;
    nowState: TMState;
    tape: ILockedTMTape;
}

Type declaration

Generated using TypeDoc