Module: TuringMachine

Defined in:
lib/turing_machine.rb,
lib/turing_machine/tape.rb,
lib/turing_machine/version.rb,
lib/turing_machine/instance.rb,
lib/turing_machine/instructions.rb,
lib/turing_machine/state_register.rb,
lib/turing_machine/command_line_parser.rb,
lib/turing_machine/instructions_parser.rb

Defined Under Namespace

Classes: CommandLineParser, Instance, Instructions, InstructionsParser, StateRegister, Tape

Constant Summary collapse

VERSION =
"0.3.0"