$ svn co http://svn.pugscode.org/pugs $ cd pugs/src/perl6 $ make $ echo 'say "Hello, world";' > test.t $ ./tryfile test.t $ # let it parse itself and then the test suite: $ make test