On Fri, Apr 12, 2024 at 1:11 PM Luca Vizzarro <luca.vizza...@arm.com> wrote: > > Adds parsing text into a custom data structure. It provides a new > `TextParser` dataclass to be inherited. This implements the `parse` > method, which combined with the parser functions, it can automatically > parse the value for each field. >
>From this commit message, I don't know why we're adding the module. What are we going to use it for? Since you mentioned you'll send a v2, I'll wait with review after that as I think it'll make it a bit easier to review.