mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
improved error messages for TM and PDA's
This commit is contained in:
parent
c06a0a0147
commit
d6e4fff782
12 changed files with 817 additions and 537 deletions
|
|
@ -189,7 +189,7 @@ export type Tm = {
|
|||
type: "tm";
|
||||
|
||||
initial_state: State;
|
||||
initial_tape: Symbol;
|
||||
blank_symbol: Symbol;
|
||||
states: Map<State, StateInfo>;
|
||||
symbols: Map<Symbol, SymbolInfo>;
|
||||
alphabet: Map<Letter, LetterInfo>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue