The Chompsky Heirarchy is the levels of capabilities of automata=grammar=languages.
Capabilities of Automata
Type of Automata | Memory | Can… | Can’t.. |
---|---|---|---|
Finite Automata | None | recognize integers | recgz. arith. expr. |
Push-down Automata | Stack | recgz. arith. expr. | compute arith. expr. |
Turing Machine | Infinite | compute arith. expr. | determine halting probl. |