Skip to content

Generator of state machines that accept the same language of a given regular expression using derivatives method.

License

Notifications You must be signed in to change notification settings

anler/automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automaton

Generator of state machines that accept the same language of a given regular expression.

Draw the state machine associated to a regular expressions tree

python -m automaton "(a|b*c)" -o output.png

Then, output.png file will be:

Screenshot

where the accepting states are marked in blue and the starting node is marked with >.

About

Generator of state machines that accept the same language of a given regular expression using derivatives method.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages