"Artyom V. Poptsov" writes:
> A transition table can be verified and checked for dead-ends and
> infinite loops. Also Guile-SMC FSMs gather statistics when they run.
…
> ** Add =guile-standalone= compilation target
>This compilation target produces GNU Guile FSM code in a single file that
>
Awesome, thank you! Is the latest guile-ini release compatible with this
version?
Aleix
On Fri, Mar 11, 2022 at 11:15 AM Artyom V. Poptsov
wrote:
> Hello,
>
> I'm pleased to announce Guile State Machine Compiler (Guile-SMC), version
> 0.4.0:
> https://github.com/artyom-poptsov/guile-smc/relea
Hello,
I'm pleased to announce Guile State Machine Compiler (Guile-SMC), version
0.4.0:
https://github.com/artyom-poptsov/guile-smc/releases/tag/v0.4.0
* What is Guile-SMC?
Guile-SMC is a state machine compiler that allows to describe finite
state machines (FSMs) in Scheme in terms of transit