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

add multi-bitfield structs and enums with underlying types #142

Merged
merged 3 commits into from
Jun 27, 2023

Conversation

amaanq
Copy link
Member

@amaanq amaanq commented Jun 24, 2023

Closes #42
Closes #132

@aryx

@@ -61,6 +61,7 @@ module.exports = grammar({
[$.sized_type_specifier],
[$.attributed_statement],
[$._declaration_modifiers, $.attributed_statement],
[$.enum_specifier],
Copy link
Contributor

Choose a reason for hiding this comment

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

might be nice each time we have a conflict to explain where it comes from, with an example of ambiguity (and how GLR will automatically solve the ambiguity).

@aryx aryx merged commit 84bdf40 into tree-sitter:master Jun 27, 2023
4 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.

Support enhanced enumerations ERROR with multiple bitfields
2 participants