7 out << header.
url <<
"\n";
10 std::string BASE = header.
base;
11 for (
auto& c : BASE) {
14 out <<
"module " << BASE <<
"\n";
19 for (
auto i = 0; i < csv.
types.size(); i++) {
20 out <<
" const " << csv.
names[i] <<
" = " << csv.
numbers[i] <<
"\n";
void convertHeader< JULIA >(std::ostream &out, const Header &header)
void convertCSV< JULIA >(std::ostream &out, const CSV &csv)
std::vector< std::string > numbers
std::vector< std::string > types
std::vector< std::string > names