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

Multiple mixsets in one use statement #1664

Merged
merged 8 commits into from Feb 26, 2021
Merged

Conversation

gublan24
Copy link
Member

@gublan24 gublan24 commented Feb 25, 2021

This PR enhances the use statement. It allows use statement to handle multiple mixsets in one use statement. such as:
use M1, M2, M3; instead of use M1; use M2; use M3;

@TimLethbridge TimLethbridge merged commit c216e82 into master Feb 26, 2021
@TimLethbridge TimLethbridge deleted the commaUseStatement branch March 10, 2021 16:25
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.

None yet

2 participants