Skip to content

rafaelroquetto/fsmgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

No packages published