glyph / automat

Self-service finite-state machines for the programmer on the go.
MIT License
591 stars 65 forks source link

Fix #17: Allow enter to have a default #133

Closed moshez closed 3 years ago

moshez commented 3 years ago

Since enter follows outputs, and there are some use cases (including in the tests) which use the argument order, this also allows outputs to have a default. This has been discussed before (in the same ticket) as desirable.