Skip to content

andrewytliu/automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

Ruby implementations of automatas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages