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

Drop ;s from the end of the rules, where they would create derivations, which are not accepted by the kotlin parser #131

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

isuckatcs
Copy link

The Kotlin compiler parses according to different rules than what are described in this grammar specification. This patch aims to change the grammar to reflect the behaviour of the compiler, as I described in KT-69130, it seems to be a typo in the grammar instead of a bug in the compiler.

@isuckatcs isuckatcs changed the title Fix typo in grammar Drop ;s from the end of the rules, where they would create derivations, which are not accepted by the kotlin parser Aug 10, 2024
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