OpenPonk: Finite-state machines
December 10, 2024 ยท View on GitHub
This is an unoffical updated version of Finite-state machines extension for OpenPonk tool.
Installation
Requires Pharo 12 image - clean or with loaded OpenPonk.
In Playground, execute following script:
Metacello new
baseline: 'OpenPonkFsmEditor';
repository: 'github://OpenPonk/fsm-editor/repository';
load