Regular Languages Are Recursive #
This file converts a finite-state DFA into a TM0 decider by scanning right across the input while carrying the DFA state in the TM0 state.
Every singleton word language is recursive.
This file converts a finite-state DFA into a TM0 decider by scanning right across the input while carrying the DFA state in the TM0 state.
Every singleton word language is recursive.