Add support for nested and repeating groups#5
Merged
Conversation
da4ee7c to
3f0c0ee
Compare
2d5be64 to
0e8b5f0
Compare
astro
reviewed
Mar 13, 2025
5e71418 to
cb401ad
Compare
Owner
Author
|
It's been quite some time since I last looked into that. I just pushed a working version of the parser. The commit history is a bit messy right now and I'm not 100% happy with the state of the code. I plan on merging it in the next few days though and making a release. I just want to clean-up the code generator a bit which is has turned into a rather unwieldy beast. |
5506796 to
f068cdf
Compare
f068cdf to
47002fd
Compare
This gets rid of all warnings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This closes #3
It's very much work in progress as the sunspec models currently contain a lot of models with
"count": 0and the code generation is a bit tricky to get right.