Skip to content

chrispo-git/dfa-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfaRunner

Run words through a Deterministic Finite Automaton (DFA) specified in a TOML file.

TOML Format

Example of formatting here:

states = ["s", "q", "r"]
accept = ["q"]
start = "s"
language = ["a", "b"]
transitions = ["s-(a)->s", "s-(b)->q", "q-(a)->r", "q-(b)->q", "r-(a)->r", "r-(b)->r"]

About

Run words through a DFA specified in a given toml file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages