Note: STD and viv aren't actively developed anymore
STD
The Raku standard grammar is written in Raku, and specifies how a Raku program is parsed.
The source code can be found on github in the perl6/std project in the file STD.pm6.
Both STD.pm and viv are included in the STD package on CPAN.
viv
viv should be read as VI ➔ V, where V and I are Roman numerals. So it’s a translator from Perl 6 to Perl 5, expressly designed to run STD.pm6 - it compiles to Perl 5 code only features that are needed to run STD.pm6. However it can be used by other compilers as a base to produce code for other backends.