Daniel Keep
Daniel Keep
The current `&str` scanner just takes the next token. Some more flexibility here would be nice. - [ ] `WordOrInt` using the `WordsAndInts` tokenizer. - [ ] `IdentOrInt` using the...
At worst, the invocation span should be used if something better isn't available.
Specifically to avoid the "using an expression in item context" issue.
Not sure _where_ this should go. Minutiae?