You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are no objections I want to add a proof of concept scenario parser that uses YAML instead of JSON. YAML is easier to write, looks better and supports comments.
Since scenario_parser.hpp is implementation agnostic, we could potentially support both. But we should probably decide on a final format at some point.
If there are no objections I want to add a proof of concept scenario parser that uses YAML instead of JSON. YAML is easier to write, looks better and supports comments.
Compare
to
Since
scenario_parser.hpp
is implementation agnostic, we could potentially support both. But we should probably decide on a final format at some point.C++ YAML parser is available from: conan: https://github.com/bincrafters/conan-yaml-cpp
No timeline given. Don't know when I'll have time.
The text was updated successfully, but these errors were encountered: