fsm-editor

Description

Finite-state machine diagrams for OpenPonk tool

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Forks
1
Created
Aug. 21, 2016
Updated
Dec. 10, 2024
Topics
finite-state-machine modeling pharo smalltalk

README excerpt

# OpenPonk: Finite-state machines

[![Nightly](https://github.com/OpenPonk/fsm-editor/actions/workflows/nightly.yml/badge.svg)](https://github.com/OpenPonk/fsm-editor/actions/workflows/nightly.yml) 

This is an unoffical updated version of Finite-state machines extension for [OpenPonk tool](https://openponk.org).

## 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
```
← Back to results