AUTHORS
ChangeLog
docs/01Overview.html
docs/01Overview.kwid
docs/perl.css
docs/src/Junc.hs
docs/src/Junc.kwid
docs/src/Junc.pod
docs/yaht.kwid
docs/zh-cn/01Overview.html
docs/zh-tw/01Overview.html
examples/fp.p6
examples/golf/head.p6
examples/golf/mid.p6
examples/golf/rev.p6
examples/golf/tail.p6
examples/golf/tsanta.pl
examples/golf/wc.p6
examples/hanoi.p6
examples/hashes/simpleiter.p6
examples/junctions/1.p6
examples/junctions/2.p6
examples/junctions/3.p6
examples/junctions/4.p6
examples/junctions/all-all.p6
examples/junctions/all-any.p6
examples/junctions/any-any.p6
examples/junctions/any-any2.p6
examples/junctions/any-any3.p6
examples/junctions/any-scalar.p6
examples/junctions/grades.p6
examples/junctions/passwd-check.p6
examples/life.p6
examples/mandel.p6
examples/output/fp
examples/output/hanoi
examples/output/quicksort
examples/quicksort.p6
examples/sendmoremoney.p6
examples/shuffle.p6
ext/Kwid/kwid
ext/Kwid/lib/Kwid.pm
ext/Kwid/lib/perlkwid.kwid
ext/Kwid/Makefile.PL
ext/Kwid/src/Kwid/AST.hs
ext/Kwid/src/Kwid/Compile.hs
ext/Kwid/src/Kwid/Parser.hs
ext/Kwid/t/parser.t
ext/Kwid/t/parser/00sample
ext/Kwid/t/README
ext/Pugs-MakeMaker/lib/Pugs/MakeMaker.pm
ext/Pugs-MakeMaker/Makefile.PL
ext/Test/lib/Test.pm
ext/Test/Makefile.PL
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Makefile/Name.pm
inc/Module/Install/Makefile/Version.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Pugs.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Test/Harness.pm
inc/Test/Harness/Assert.pm
inc/Test/Harness/Iterator.pm
inc/Test/Harness/Straps.pm
inc/Test/Harness/TAP.pod
lib/Perl6/Pugs.pm
LICENSE/Artistic-2
LICENSE/GPL-2
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
META.yml
modules/Locale-KeyedText/lib/Locale/KeyedText.pm
modules/Locale-KeyedText/Makefile.PL
modules/Locale-KeyedText/t/lib/t_Locale_KeyedText_A_L_Eng.pm
modules/Locale-KeyedText/t/lib/t_Locale_KeyedText_A_L_Fre.pm
modules/Locale-KeyedText/t/lib/t_Locale_KeyedText_B_L_Eng.pm
modules/Locale-KeyedText/t/lib/t_Locale_KeyedText_B_L_Fre.pm
modules/Locale-KeyedText/t/test.t
modules/Sample-Module/lib/Sample/Module.pm
modules/Sample-Module/Makefile.PL
modules/Sample-Module/t/test.t
README
script/pugscc
SIGNATURE
src/AST.hs
src/Bind.hs
src/builtins.kwid
src/Cont.hs
src/Context.hs
src/Eval.hs
src/Help.hs
src/Internals.hs
src/Junc.hs
src/Lexer.hs
src/Main.hs
src/Monads.hs
src/Parser.hs
src/Posix.hs
src/Pretty.hs
src/Prim.hs
src/Rule.hs
src/Rule/Char.hs
src/Rule/Combinator.hs
src/Rule/Error.hs
src/Rule/Expr.hs
src/Rule/Language.hs
src/Rule/LICENSE
src/Rule/Perm.hs
src/Rule/Pos.hs
src/Rule/Prim.hs
src/Rule/Token.hs
src/Shell.hs
src/UTF8.lhs
t/base/anon_block.t
t/base/cond.t
t/base/control_blocks.t
t/base/for.t
t/base/given.t
t/base/if.t
t/base/loop.t
t/base/num.t
t/base/operator.t
t/base/try.t
t/base/unless.t
t/base/until.t
t/base/while.t
t/config.t
t/Dialects/perlego/isrw.t
t/Dialects/perlego/sigilless.t
t/examples.t
t/junction/abc.t
t/junction/s09eg.t
t/magicals/block.t
t/magicals/caller_pos.t
t/magicals/env.t
t/magicals/inc.t
t/magicals/progname.t
t/magicals/sub.t
t/magicals/subname.t
t/magicals/vars.t
t/op/append.t
t/op/arith.t
t/op/array.t
t/op/array_ref.t
t/op/assign.t
t/op/atoms.t
t/op/auto.t
t/op/basic.t
t/op/binding.t
t/op/bit.t
t/op/defined.t
t/op/die.t
t/op/enum.t
t/op/eq.t
t/op/eval.t
t/op/force_context.t
t/op/gather.t
t/op/grep.t
t/op/hash.t
t/op/hash_ref.t
t/op/hyper.t
t/op/inc.t
t/op/inplace.t
t/op/int.t
t/op/io.t
t/op/join.t
t/op/map.t
t/op/multi_dimensional_array.t
t/op/my.t
t/op/not.t
t/op/pair.t
t/op/pipe.t
t/op/pop.t
t/op/push.t
t/op/quoting.t
t/op/readline_chomped.t
t/op/recurse.t
t/op/ref.t
t/op/relational.t
t/op/repeat.t
t/op/reverse.t
t/op/shift.t
t/op/smartmatch.t
t/op/sort.t
t/op/splat.t
t/op/split.t
t/op/string_interpolation.t
t/op/sub_return_values.t
t/op/subroutine.t
t/op/substr.t
t/op/unshift.t
t/op/zip.t
t/Synopsis/S01.pod
t/Synopsis/S02.pod
t/Synopsis/S03.pod
t/Synopsis/S04.pod
t/Synopsis/S05.pod
t/Synopsis/S06.pod
t/Synopsis/S09.pod
t/Synopsis/S10.pod
t/Synopsis/S11.pod
t/Synopsis/S12.pod
t/Synopsis/S13.pod
t/syntax/decl_vs_assign_prec.t
t/syntax/lf_in_list.t
t/syntax/subscript_parse_bugs.t
t/syntax/unicode.t
t/syntax/varnames.t
t/unspecced/chomp.t
t/unspecced/chop.t
t/unspecced/cont.t
t/var/is_constant.t
t/var/type.t
util/fixauthors.pl
util/grokprims.pl
util/PugsConfig.pm
