[svn:parrot] r38673 - branches/pmc_pct/compilers/pmcc/src/parser
bacek at svn.parrot.org
bacek at svn.parrot.org
Sun May 10 10:10:56 UTC 2009
Author: bacek
Date: Sun May 10 10:10:54 2009
New Revision: 38673
URL: https://trac.parrot.org/parrot/changeset/38673
Log:
Add some TODO comments
Modified:
branches/pmc_pct/compilers/pmcc/src/parser/actions.pm
Modified: branches/pmc_pct/compilers/pmcc/src/parser/actions.pm
==============================================================================
--- branches/pmc_pct/compilers/pmcc/src/parser/actions.pm Sun May 10 09:58:10 2009 (r38672)
+++ branches/pmc_pct/compilers/pmcc/src/parser/actions.pm Sun May 10 10:10:54 2009 (r38673)
@@ -18,8 +18,10 @@
);
}
else {
- # Set c_header and c_coda
+ # TODO Set c_header and c_coda
make $?PMC;
+ # FIXME We shouldn't call this during parsing.
+ # It belongs to high-level command-line tool.
$?PMC.serialize_attrs();
}
}
More information about the parrot-commits
mailing list