drforr / perl6-Perl6-Tidy

Tidier for Perl 6 code
16 stars 7 forks source link

ASCII ↔non-ASCII syntax conversion #3

Open AlexDaniel opened 7 years ago

AlexDaniel commented 7 years ago

Would be nice if it was possible to give it code like:

say "Pi: ", pi for 0...Inf

And it would output:

say “Pi: ”, π for 0…∞

Or other way around.

This may help with https://github.com/perl6/doc/issues/1520

drforr commented 6 years ago

Consider at least the operators started... --operators-to-unicode and --operators-from-unicode - need to get my brain back into shape here...