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

Extended builder::arrays to support any types and not just dyn_vars #82

Merged

Conversation

AjayBrahmakshatriya
Copy link
Collaborator

This change set simply changes the array type to not be specialized for dyn_vars and makes them a general array type that have static loops for construction and destruction. This way we can now throw in types that contain dyn_vars instead of being dyn_vars themselves. A type alias dyn_arr is created for backwards compatibility.

Sample43 has been updated to test the new feature.

@AjayBrahmakshatriya AjayBrahmakshatriya merged commit ad66595 into BuildIt-lang:master Oct 9, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant