Table of Contents - turing_machine-0.3.0 Documentation
Classes and Modules
- TuringMachine
- TuringMachine::CommandLineParser
- TuringMachine::Instance
- TuringMachine::Instructions
- TuringMachine::InstructionsParser
- TuringMachine::StateRegister
- TuringMachine::Tape
Methods
- ::new — TuringMachine::CommandLineParser
- ::new — TuringMachine::Instance
- ::new — TuringMachine::Instructions
- ::new — TuringMachine::InstructionsParser
- ::new — TuringMachine::StateRegister
- ::new — TuringMachine::Tape
- #action — TuringMachine::Instance
- #build_instructions — TuringMachine::InstructionsParser
- #change — TuringMachine::StateRegister
- #current — TuringMachine::StateRegister
- #get — TuringMachine::Instructions
- #halted? — TuringMachine::Instance
- #head — TuringMachine::Tape
- #head= — TuringMachine::Tape
- #help — TuringMachine::CommandLineParser
- #instr_to_s — TuringMachine::Instance
- #parse — TuringMachine::CommandLineParser
- #parse — TuringMachine::InstructionsParser
- #proceed — TuringMachine::Instance
- #shift_left — TuringMachine::Tape
- #shift_right — TuringMachine::Tape
- #to_s — TuringMachine::Instance
- #to_s — TuringMachine::StateRegister
- #to_s — TuringMachine::Tape
- #update_sequence — TuringMachine::Instance
- #update_state — TuringMachine::Instance
- #update_tape — TuringMachine::Instance