mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
sync
This commit is contained in:
parent
d34136f70b
commit
e4c7a309d2
2 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ fn main() {
|
|||
}
|
||||
};
|
||||
|
||||
let input = "aababaab";
|
||||
let input = "aababdsaab";
|
||||
println!("running on: '{input}'");
|
||||
let mut simulator = npda::Simulator::begin(input, table);
|
||||
loop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue