Closed bkiers closed 3 years ago
Chains of Identifiers and numbers, like abc.42.foo, are tokenised as three identifiers (and the dots in between them, of course).
abc.42.foo
This fixes #209
Chains of Identifiers and numbers, like
abc.42.foo
, are tokenised as three identifiers (and the dots in between them, of course).This fixes #209