rFSM icon indicating copy to clipboard operation
rFSM copied to clipboard

rFSM is a lightweight Statechart implementation in Lua

Results 4 rFSM issues
Sort by recently updated
recently updated
newest added

I am wondering if there is any modification that can be done, such that I can have two load statements in the same file but still have one instance. The...

I'm a new user of rFSM but it seems to me that `rfsm2uml.rfsm2dot()` does not handle graph with too much (>2) depth. I've run the following code : ``` require...

Support for Lua 5.4 would be very nice indeed. 5.1 is rather old now?

At time of writing, code coverage is ~75% of loaded code, and could be improved ## coverage of loaded files ``` File Hits Missed Coverage ------------------------------------------------------- ../ansicolors.lua 41 0 100.00%...