a^n b^n as a DCF #
This file constructs a deterministic pushdown automaton for the language
{a^n b^n | n >= 0} and proves that this language is deterministic context-free.
The DPDA dpda_anbn accepts exactly the language {aⁿbⁿ}.