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 basic support for Dart 3 features #1935

Merged
merged 2 commits into from
Apr 2, 2023
Merged

Conversation

parlough
Copy link
Contributor

@parlough parlough commented Mar 21, 2023

Adds support for keywords from following features (with links to their feature specifications):

Also removes the old interface from the :class declarations, since interface never existed in that form, it is instead a declaration modifier, similar to abstract.

@parlough parlough changed the title Support Dart 3 features in Dart lexer Add basic support for Dart 3 features Mar 21, 2023
@tancnle
Copy link
Collaborator

tancnle commented Apr 2, 2023

Thank you for your contribution @parlough. The PR looks good to me 🚀

@tancnle tancnle added this pull request to the merge queue Apr 2, 2023
Merged via the queue into rouge-ruby:master with commit 6320e26 Apr 2, 2023
@parlough parlough deleted the patch-2 branch April 2, 2023 20:00
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