-
Notifications
You must be signed in to change notification settings - Fork 122
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
Attributes don't have locations #1255
Labels
Milestone
Comments
anton-trunov
added
scope: parser
Implementation of parser (src/grammar)
scope: ast
AST (src/ast/*)
labels
Dec 25, 2024
Open
Looks like we already have locations for attributes 🤔 Lines 720 to 752 in a0c8381
Commit (28.12): da4b8d8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Function and constant attributes are represented as strings in AST. In order to emit error that involves an attribute, there is no way to gets its location.
Attributes should be represented as objects.
The text was updated successfully, but these errors were encountered: