absolution icon indicating copy to clipboard operation
absolution copied to clipboard

"Freedom from syn": Proc macro tools for operating on token trees

Results 2 absolution issues
Sort by recently updated
recently updated
newest added

Unless I'm missing something, there's no way to check e.g. that an int literal is unsuffixed, currently?.. (because `IntSuffix` and `FloatSuffix` are not re-exported and `literal` module is private).

It might be worth caching the initial literal token so that spans work out correctly, and disallowing mutation.