perl6-Perl6-Tidy
perl6-Perl6-Tidy copied to clipboard
Tidier for Perl 6 code
On 2018.12, $ zef install Perl6::Tidy ===> Searching for: Perl6::Tidy ===> Searching for missing dependencies: Perl6::Parser ===> Testing: Perl6::Parser:ver:auth # Failed test 'document has correct hash keys' # at t/01-parse-text.t...
Would be nice if it was possible to give it code like: ```perl6 say "Pi: ", pi for 0...Inf ``` And it would output: ```perl6 say “Pi: ”, π for...
Vim-autoformat [pipes the code through stdin](https://github.com/Chiel92/vim-autoformat/issues/238). Perl6-tidy expects a `` argument. Using stdin, besides being pluggable, would allow tidying up a range of lines :)