Cushion the state transition table library released

SHOO zan77137 at nifty.com
Wed Jun 26 14:01:36 UTC 2019


Cushion is a library for managing state transition by state 
transition table design.
This library parses CSV format tabular file described the design 
of states passed by string import and generates D language code. 
It can be used with string mixin.

It may be useful if you are dealing with a program that changes 
behavior depending on the state.

Thanks!

DUB: https://code.dlang.org/packages/cushion
GitHub: https://github.com/shoo/cushion



More information about the Digitalmars-d-announce mailing list