Open csabatuz-chess opened 1 year ago
this is what Result function is doing in parsers right?, its just that is not exposed or available
if you are willing to contribute, we can discuss that (on objections on feature as long as it does not bring large complexity)
Assuming
Currently it's possible to obtain the parsed models for all supported attributes like
It's also possible to update the data associated with the same attribute
One can also render the full config using
Proposal In one of our use cases, we would like to obtain the resulting lines from such updates for a given attribute path. So e.g.
Currently the lack of such granular access prevents us from effectively using the Config Parser code for our use case.
(Happily) wiling to contribute code if this feature makes sense.