Artyom V. Poptsov writes: > I'm pleased to announce Guile State Machine Compiler (Guile-SMC), version > 0.2.0: > https://github.com/artyom-poptsov/guile-smc/releases/tag/v0.2.0 Very cool! What are the changes from the last version? > * Usage examples > > I wrote an INI[2] format parser to test the foundation ideas behind > Guile-SMC from the practical perspective: > https://github.com/artyom-poptsov/guile-ini https://github.com/artyom-poptsov/guile-ini/blob/master/modules/ini/fsm.puml This looks pretty neat. I took the liberty of graphing it :-) (attached)