[svn:parrot] r38339 - branches/pmc_pct/compilers/pmc
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Apr 25 10:05:36 UTC 2009
Author: bacek
Date: Sat Apr 25 10:05:35 2009
New Revision: 38339
URL: https://trac.parrot.org/parrot/changeset/38339
Log:
Add little bit into README.
Modified:
branches/pmc_pct/compilers/pmc/README.pod
Modified: branches/pmc_pct/compilers/pmc/README.pod
==============================================================================
--- branches/pmc_pct/compilers/pmc/README.pod Sat Apr 25 08:37:10 2009 (r38338)
+++ branches/pmc_pct/compilers/pmc/README.pod Sat Apr 25 10:05:35 2009 (r38339)
@@ -2,5 +2,27 @@
=head1 PMC - experimental PMC compiler written in PCT
+=head2 PAST nodes.
+
+PMC compiler uses own subset of PAST nodes. Reasons are
+
+=over 4
+
+=item We don't target parrot by it self.
+
+So, POST and PIR nodes are useless.
+
+=item I'm too dumb
+
+=back
+
+=head1 AUTHORS
+
+Vasily "bacek" Chekalkin is creator of initial version.
+
+=head1 COPYRIGHT
+
+Copyright (C) 2009, Parrot Foundation.
+
=cut
More information about the parrot-commits
mailing list