andrewytliu/automata
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Ruby implementations of automata. * dfa.rb : DFA (Deterministic finite automata) * nfa.rb : NFA (Non-deterministic finite automata) * reg.rb : Regular Expression (using NFA) * cfg.rb : CFG (Context-free grammer) * pda.rb : PDA (Push-down automata)