Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fine tuning of statemachine example, moving InvalidStateTransition ↵ | Paul McGuire | 2019-05-27 | 1 | -1/+1 |
| | | | | declaration inside generated class; added video state machine demo; added vending machine state machine demo showing how to using statemachine without importing a .pystate file | ||||
* | Refactor generated State code to use overridden transition methods instead ↵ | Paul McGuire | 2019-04-15 | 1 | -10/+2 |
| | | | | of overriding getattr; add generation of state-managing mixin class to delegate to _state instance variable, and reworked demos to use mixin instead of replicating state code | ||||
* | Add enumerated place holders for strings that invoke str.format(), for Py2 ↵ | ptmcg | 2019-01-09 | 1 | -2/+2 |
| | | | | compatibility | ||||
* | Add document signoff and library book state examples; | ptmcg | 2018-12-31 | 1 | -3/+2 |
| | |||||
* | Update statemachine demo code to Py3 | Paul McGuire | 2018-12-31 | 1 | -7/+30 |
| | |||||
* | Fix partial named results when And embedded in named MatchFirst or Or | ptmcg | 2018-12-28 | 1 | -0/+12 |