shoo / cushion

A library to help state transition matrix disign
Boost Software License 1.0
6 stars 0 forks source link

Convert STM as CSV to code #1

Closed shoo closed 5 years ago

shoo commented 5 years ago

CSV (Comma Separated Values) is the famous tabular format. Its format can be parsed at compile time by std.csv. It is required to read a matrix created by CSV as a string contents by string import, parse it, and convert it to code.


CSV(Comma Separated Values)は最もよく知られた表形式のフォーマットファイルです。 この形式は、std.csvによってコンパイル時にパースが可能です。 CSVで作成された行列をstring importによって文字列として取り込み、パースし、コードへ変換することが求められます。