mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
changed how machines are parsed/represented
This commit is contained in:
parent
132380e777
commit
34b20ec1fe
23 changed files with 1577 additions and 206 deletions
10
src/sim/dfa.rs
Normal file
10
src/sim/dfa.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// pub struct TransitionTable {
|
||||
// initial: State,
|
||||
// state_names: Vec<String>,
|
||||
// // transitions: Vec<SymbolMap<State>>,
|
||||
// final_states: Vec<bool>,
|
||||
// }
|
||||
|
||||
// pub struct DFA {
|
||||
// state: State,
|
||||
// }
|
||||
Loading…
Add table
Add a link
Reference in a new issue