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

feat: include namespace in grammar, also concat op #43

Merged
merged 7 commits into from
Mar 13, 2024

Conversation

mcmcgrath13
Copy link
Contributor

Update the grammar to have namespaces and the ++ operator

Copy link
Contributor

@OsamaSBCrea OsamaSBCrea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! thanks

Rel(
ImportDeclaration(
Keyword,
LhsId(QualifiedName(BasicId, BasicId)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
LhsId(QualifiedName(BasicId, BasicId)),
LhsId(QualifiedName(QualifiedNameId(BasicId), QualifiedNameElem)),

@mcmcgrath13
Copy link
Contributor Author

Update the grammar to support namespaces and the ++ operator

@mcmcgrath13 mcmcgrath13 merged commit ff7e6a5 into main Mar 13, 2024
5 checks passed
@mcmcgrath13 mcmcgrath13 deleted the mcm-add-ns-concat branch March 13, 2024 17:01
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.

2 participants