Crate rstm_core

source ·
Expand description

§rstm-core

The rstm-core crate provides the core functionality for the rstm library.

§Features

§Components

  • Rules
  • States

§Tapes

Modules§

Macros§

Structs§

  • An Actor is an implementation of a Turing machine with a moving head (TMH).
  • An iterator over the variants of Direction
  • The Head is formally defined to be a 2-tuple consisting of a state / symbol pair.
  • State is a generalized state implementation, representing the state of a system or object.
  • The Tail is a 3-tuple containing the direction, state, and symbol that an actor is instructed to execute whenever it assumes the head configuration assigned to the tail.

Enums§

Traits§