Term-Paper of Formal Languages and Automation Theory: Faisal Hussian Shah
Term-Paper of Formal Languages and Automation Theory: Faisal Hussian Shah
● The language of a PDA is the set of strings that the PDA accepts:
ℒ(P) = { w ∈ Σ* | P accepts w }
● If P is a PDA where ( ℒ P) = L, we say that P recognizes L.
A Note on Terminology
● Finite automata are highly standardized.
● There are many equivalent but different definitions of PDAs.
● The one we will use is a slight variant on the one described in
Sipser.
● Sipser does not have a start stack symbol.
● Sipser does not allow transitions to push multiple symbols onto the
stack.
● Feel free to use either this version or Sipser's; the two are
equivalent to one another.