Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert STM as CSV to code #1

Closed
shoo opened this issue Mar 2, 2019 · 0 comments
Closed

Convert STM as CSV to code #1

shoo opened this issue Mar 2, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@shoo
Copy link
Owner

shoo commented Mar 2, 2019

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によって文字列として取り込み、パースし、コードへ変換することが求められます。

@shoo shoo added the enhancement New feature or request label Mar 2, 2019
@shoo shoo closed this as completed Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant