Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: Allow any characters in identifiers
The current character set currently seems tailored to the Python handler, but can be not enough for others (example identifier for a planned Crystal handler: `Foo::Type#bar(a,b)`) And it doesn't seem like there's any strong reason to limit these?
- Loading branch information