-
Notifications
You must be signed in to change notification settings - Fork 0
Interactive Finite State Automata Generator
License
rafaelroquetto/fsmgenerator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DESCRIPTION ----------- This is a toy interactive finite state automata generator. It interactively takes the following input parameters: - The input alphabet - A finite set of states - An initial state - A set of final states - The state transition functions And outputs the equivalent C code implementation. BUILDING -------- gcc -o fsm fsm.c USAGE ----- ./fsm [-g|-f] -g Use GOTO on the target code to perform transitions (default) -f Use function calls on the target code to perform transitions
About
Interactive Finite State Automata Generator
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published