This commit is contained in:
Parker TenBroeck 2025-12-22 13:13:45 -05:00
parent d34136f70b
commit e4c7a309d2
2 changed files with 2 additions and 3 deletions

View file

@ -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 {