return to top
source
An Acceptor is a machine that recognises strings (lists of symbols in an alphabet).
Acceptor
Predicate that establishes whether a string xs is accepted.
xs
The language of an Acceptor is the set of strings it Accepts.
Accepts
A string is in the language of an acceptor iff the acceptor accepts it.