Do you know any programming language that implements abstract machines like Turing machines and Finite State Automatons?
That is, process the following input:
- A 5-tuple (The notorious ⟨Q,Σ,δ,q0,F⟩ from formal languages 101), a 7-tuple for Turing machines or any other formal representation of an abstract machine.
- An input word.
And tell me if the input word was an accepting word.
Thanks,
Adam