ChangeLog
README

hello_world.pl

inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Module/Install/PMC.pm

lib/Module/CompileV6.pm

lib/Pugs/Compiler/Perl6.pm

lib/Pugs/Emitter/Perl6/Perl5.pm
lib/Pugs/Emitter/YAML.pm

lib/Pugs/Grammar/BaseCategory.pm
lib/Pugs/Grammar/Circumfix.pm
lib/Pugs/Grammar/Expression.pm
lib/Pugs/Grammar/Infix.pm
lib/Pugs/Grammar/Operator.pm
lib/Pugs/Grammar/P6Rule.pm
lib/Pugs/Grammar/Perl6.pm
lib/Pugs/Grammar/Pod.pm
lib/Pugs/Grammar/Postcircumfix.pm
lib/Pugs/Grammar/Postfix.pm
lib/Pugs/Grammar/Prefix.pm
lib/Pugs/Grammar/StatementControl.pm
lib/Pugs/Grammar/Term.pm
lib/Pugs/Grammar/Ternary.pm

lib/Pugs/Grammar/YAML.pm

lib/Pugs/Runtime/Perl6.pm

lib/Pugs/Runtime/Perl6Prelude.pm
lib/Pugs/Runtime/Perl6Prelude.pmc

lib/Pugs/Runtime/Perl6AST.pm
lib/Pugs/Runtime/Perl6AST.pmc

lib/Pugs/Runtime/Perl5Container.pm

lib/Pugs/Grammar/StatementModifier.pm
lib/Pugs/Grammar/Quote.pm

lib/v6.pm
Makefile.PL
MANIFEST			This list of files
META.yml

t/02-test-pm/2-force_todo.t

t/01-sanity/01-tap.t
t/01-sanity/02-counter.t
t/01-sanity/03-equal.t
t/01-sanity/04-if.t
t/01-sanity/05-sub.t
t/01-sanity/06-use.t
t/01-sanity/07-binding.t
t/01-sanity/07-defined.t
t/01-sanity/07-end-blocks.t
t/01-sanity/07-for.t
t/01-sanity/07-isa.t
t/01-sanity/07-range.t
t/01-sanity/07-ref.t
t/01-sanity/07-simple-multisubs.t
t/01-sanity/07-split.t
t/01-sanity/07-substr.t
t/01-sanity/07-try.t
t/02-test-pm/0-compile.t
t/02-test-pm/3-output.t
t/blocks/bare_block_with_dollar_underscore.t
t/blocks/defaults.t
t/blocks/meth_vs_sub_call.t
t/blocks/nested_named.t
t/blocks/primitive_named_params.t
t/blocks/splatty_with_type.t
t/builtins/math/pi_internals.t
t/closure_traits/exit_in_begin.t
t/examples/99problems/problem38.t
t/examples/99problems/problem47.t
t/examples/99problems/problem48.t
t/examples/99problems/problem55.t
t/examples/99problems/problem57.t
t/examples/99problems/problem58.t
t/examples/99problems/problem59.t
t/examples/99problems/problem60.t
t/examples/99problems/problem63.t
t/examples/99problems/problem66.t
t/examples/99problems/problem68.t
t/examples/99problems/problem69.t
t/examples/99problems/problem70.t
t/examples/99problems/problem71.t
t/examples/99problems/problem72.t
t/examples/99problems/problem73.t
t/examples/99problems/problem80.t
t/examples/99problems/problem81.t
t/examples/99problems/problem82.t
t/examples/99problems/problem83.t
t/examples/99problems/problem84.t
t/examples/99problems/problem85.t
t/examples/99problems/problem86.t
t/examples/99problems/problem87.t
t/examples/99problems/problem88.t
t/examples/99problems/problem89.t
t/examples/99problems/problem92.t
t/examples/99problems/problem93.t
t/examples/99problems/problem94.t
t/examples/99problems/problem96.t
t/examples/golf.t
t/oo/roles/instantiation.t
t/operators/brainos.t
t/operators/relational.t
t/operators/spaceship_and_datatypes.t
t/packages/reflection.t
t/regex/from_perl6_rules/anchors.t
t/regex/from_perl6_rules/inline.t
t/regex/from_perl6_rules/named_chars-00.t
t/regex/from_perl6_rules/named_chars-01.t
t/regex/from_perl6_rules/noncap.t
t/regex/from_perl6_rules/propcharset-00.t
t/regex/from_perl6_rules/propcharset-01.t
t/regex/from_perl6_rules/propcharset-02.t
t/regex/from_perl6_rules/propcharset-03.t
t/regex/from_perl6_rules/propcharset-04.t
t/regex/from_perl6_rules/propcharset-05.t
t/regex/from_perl6_rules/propcharset-06.t
t/regex/from_perl6_rules/propcharset-07.t
t/regex/from_perl6_rules/propcharset-08.t
t/regex/from_perl6_rules/propcharset-09.t
t/regex/from_perl6_rules/propcharset-10.t
t/regex/from_perl6_rules/propcharset-11.t
t/regex/from_perl6_rules/propcharset-12.t
t/regex/from_perl6_rules/properties-00.t
t/regex/from_perl6_rules/properties-01.t
t/regex/from_perl6_rules/properties-02.t
t/regex/from_perl6_rules/properties-03.t
t/regex/from_perl6_rules/properties-04.t
t/regex/from_perl6_rules/properties-05.t
t/regex/from_perl6_rules/properties-06.t
t/regex/from_perl6_rules/properties-07.t
t/regex/from_perl6_rules/properties-08.t
t/regex/from_perl6_rules/properties-09.t
t/regex/p6regex/p6regex.t
t/regex/p6regex/regex_tests
t/regex/perl5_1.t
# t/regex/perl5_2.t
# t/regex/perl5_3.t
# t/regex/perl5_4.t
t/regex/perl5_5.t
t/regex/perl5_6.t
t/regex/perl5_7.t
t/regex/perl5_8.t
t/regex/perl5_9.t
t/regex/rx_perl5_escape.t
t/regex/smartparse.t
t/spec/S02-builtin_data_types/array_extending.t
t/spec/S02-builtin_data_types/nested_arrays.t
t/spec/S04-statements/do.t
t/spec/S04-statements/until.t
t/spec/S10-packages/import.t
t/spec/S12-class/inheritance-class-methods.t
t/spec/S12-role/composition.t
t/spec/S16-filehandles/open.t
t/spec/S16-io/say.t
t/spec/S29-any/cmp.t
t/spec/S29-array/delete.t
t/spec/S29-array/exists.t
t/spec/S29-context/exit-in-if.t
t/spec/S29-context/exit.t
t/spec/S29-list/mutating_listops.t
t/spec/S29-str/append.t
t/statements/modifiers/if.t
t/statements/modifiers/unless.t
t/statements/until.t
t/statements/values_in_bool_context.t
t/syntax/lf_in_list.t
t/syntax/parsing/braces_in_rules.t
t/syntax/parsing/braces_in_strings.t
t/syntax/parsing/filetest.t
t/syntax/parsing/non-dotted-new-disallowed.t
t/syntax/parsing/pod_in_multi_line_exprs.t
t/syntax/parsing/postfix_if_and_is.t
t/syntax/single_quoted_strings.t
t/var/lvalue_deep_brackets.t
t/var/passing_the_pair_class_to_a_sub.t
t/xx-uncategorized/empty_kwid.t
t/xx-uncategorized/lexical-array-in-inner-block.t
t/xx-uncategorized/return_in_anonymous_subs.t
t/xx-uncategorized/short_circuiting.t
t/xx-uncategorized/smartmatch_rx_obstacle.t

t/Test.pm
t/Test.pmc

TODO
HACKING
