Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mention viv on /compilers/index.html edit STD's entry a bit
  • Loading branch information
diakopter committed Oct 2, 2010
1 parent 48dad52 commit aa89ccd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions source/compilers/index.html
Expand Up @@ -28,8 +28,15 @@ <h3>Compilers</h3>
is Larry Wall's reference implementation of the Perl&nbsp;6 grammar,
parser generator, and some of the semantic verifier. STD is an
abbreviation of "Standard", as in "Perl6.0.0-STD". It is written in
Perl 6, transliterated into Perl 5 by "gimme5", and supported by
Cursor.pm and Moose and others.
Perl&nbsp;6, transliterated into Perl&nbsp;5 by "gimme5", and
supported by Cursor.pm and Moose and others. It is also used by
various phases of several other compilers (mildew, perlito, elf).
</li>

<li>
<a href="http://github.com/perl6/std">viv</a> ("vi" to "v", 6 to 5)
is a compiler that uses STD as its front-end. STD itself uses viv to
build. It is actively developed along with STD.
</li>

<li>
Expand Down

0 comments on commit aa89ccd

Please sign in to comment.