Make a start at toml reader.
This commit is contained in:
parent
cbc9ba77d2
commit
70991e59af
4 changed files with 115 additions and 3 deletions
|
@ -7,6 +7,8 @@ int main()
|
|||
const auto data_loc = std::filesystem::path(__FILE__) / "../data";
|
||||
const auto sample_toml_file = data_loc / "sample_toml.toml";
|
||||
|
||||
auto reader = TomlReader();
|
||||
reader.read(sample_toml_file);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue