automat-visualize
Self-service finite-state machines for the programmer on the go
Install
- All systems
-
curl cmd.cat/automat-visualize.sh
- Debian
-
apt-get install python-automat
- Ubuntu
-
apt-get install python-automat
- Arch Linux
-
pacman -S python-automat
- Kali Linux
-
apt-get install python-automat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-automat
- Dockerfile
- dockerfile.run/automat-visualize
python-automat
Self-service finite-state machines for the programmer on the go
Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).