Package model

Class Summary
Instruction<STATE,SYMBOL,MOVE> The quintuple representing an instruction for the Turing Machine Copyright (C) 2011 Federico "MrModd" Cosentino (http://mrmodd.it/)
InstructionSet<STATE,SYMBOL> An HashMap containing all the instruction.
tape<T> A simple reimplementation of an array doubling with two direction movements null represent the empty symbol of the alphabet Copyright (C) 2011 Federico "MrModd" Cosentino (http://mrmodd.it/)