Documentation - kuhi/simple-fsm GitHub Wiki

What is simple-fsm?

Simple-fsm is a webapp written in python using the Flask microframework used primarily to process and display finite state machines in XML format and evaluating words on these machines. Currently you can run it by navigating into src folder and typing "python app.py" in comand line. It will run on localhost port 5000. Information about features can be found here and requirements for running the application here

More...