I would like a simple way to map Finite State Machine states into easily readable mnemonics. The TOML specification seems to be an overkill for this. I am looking for someting as simple ase the following:
0 S_INIT
2 S_STEP_1
2 S_STEP_2
...
N S_STEP_END
Could you please share an example of a valid TOML file that could do this?
I would like a simple way to map Finite State Machine states into easily readable mnemonics. The TOML specification seems to be an overkill for this. I am looking for someting as simple ase the following:
0 S_INIT
2 S_STEP_1
2 S_STEP_2
...
N S_STEP_END
Could you please share an example of a valid TOML file that could do this?