CSchank / finsm

An Elm app for building and simulating deterministic and non-deterministic finite automata (DFAs and NFAs).
https://finsm.io
10 stars 5 forks source link

Add NPDA functionality to finsm #111

Open Necried opened 3 years ago

Necried commented 3 years ago

This will allow users to build, simulate and export NPDA machines on finsm.

Features include:

Design decisions:

Next steps: