rs-tml/rstml

Source text analysis for dash separated idents.

vldm opened this issue · 0 comments

vldm commented

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.