Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use variant attributes for intermediate representation #10

Open
rfporter opened this issue Apr 9, 2021 · 1 comment
Open

Use variant attributes for intermediate representation #10

rfporter opened this issue Apr 9, 2021 · 1 comment

Comments

@rfporter
Copy link

rfporter commented Apr 9, 2021

The intermediate data structure is composed of variant arrays of two different typedefs. Navigating this structure feels rather cumbersome.

I would propose instead using variant attributes to build this key-value pair tree. This would allow for easier navigation and also better usage of in place element structures.

Example: TOMLIntermediateRep.zip

@AntoineChalons
Copy link
Owner

I like this idea, I've been playing around a bit with it and also thinking about issue #9
It's not all straightforward...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants