drforr / perl6-pp

Pretty Printer for Perl6 data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pp

perl6-pp provides a configurable pretty-printer for Perl6 data structures.

Installation

  • Using panda (a module management tool bundled with Rakudo Star):
    panda update && panda install Pretty::Printer
  • Using ufo (a project Makefile creation script bundled with Rakudo Star) and make:
    ufo                    
    make
    make test
    make install

Testing

To run tests:

    prove -e perl6

Author

Jeffrey Goff, DrForr on #perl6, https://github.com/drforr/

License

Artistic License 2.0

About

Pretty Printer for Perl6 data structures


Languages

Language:Perl 6 100.0%