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

Source text analysis for dash separated idents. #7

Open
vldm opened this issue May 19, 2023 · 0 comments
Open

Source text analysis for dash separated idents. #7

vldm opened this issue May 19, 2023 · 0 comments

Comments

@vldm
Copy link
Collaborator

vldm commented May 19, 2023

Currently this lib support dash separated idents as element name, and key of the attribute.
but in rust token stream there is no differences between (foo-bar) and (foo - bar with spaces).

Second one is look like an expression, instead of ident.
If source_text is available we can detect this, and report error for user.

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

No branches or pull requests

1 participant