jonasblixt / ufsm

Statechart library and editor
Other
357 stars 36 forks source link

Proposal to add C backend for embedded (or not) systems #28

Open eliaskanelis opened 1 year ago

eliaskanelis commented 1 year ago

Here is my implementation of a HSM for embedded systems in C99.

I am not sure if you provide a backend for running actual C code. If not I could fill this gap. :)

I really like your project.