A Turing Machine simulator for the language L={0^2^n}
C
Turing-machine
Here is turing machine simulator written in C,it accepts only the language l={0^2^n:n belongs to whole numbers} but code is reusable and can be used for any recursively enumerable language if the state diagram is known.