mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
fixed parser
This commit is contained in:
parent
7971c61c74
commit
c35d7a9192
4 changed files with 110 additions and 64 deletions
|
|
@ -1,4 +1,4 @@
|
|||
type=NPDA
|
||||
//type=NPDA
|
||||
Q = {q0, q1} // states
|
||||
E = {a, b} // alphabet
|
||||
T = {z0, A, B} // stack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue