-
Notifications
You must be signed in to change notification settings - Fork 20
feat(interpreter/types): Split types into Simple and Complex #44
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
base: xsd-toolbox
Are you sure you want to change the base?
Conversation
|
Tests pass, but there's still plenty of optimizations to do. |
|
This should probably be merged with #50 before being merged itself. |
… in complex_type.
…erate Complex Simple types.
f0c212e to
0a75b19
Compare
|
This has been reworked to be dependent on #50 , meaning that needs to be merged first. After fixing a bug with the generator, all tests now pass, with just a bunch of clippy warnings being left to fix. Combining #50 with this PR really shows the power of splitting the types. SimpleVariantBuilder only ever touches the new SimpleTypeVariant. |
Depends on #43