[svn:parrot] r38664 - branches/pmc_pct/compilers/pmcc/src/parser
bacek at svn.parrot.org
bacek at svn.parrot.org
Sun May 10 03:43:03 UTC 2009
Author: bacek
Date: Sun May 10 03:42:58 2009
New Revision: 38664
URL: https://trac.parrot.org/parrot/changeset/38664
Log:
Set pasttype to inline for inline nodes.
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 02:33:48 2009 (r38663)
+++ branches/pmc_pct/compilers/pmcc/src/parser/actions.pm Sun May 10 03:42:58 2009 (r38664)
@@ -172,6 +172,7 @@
if ($key eq 'characters') {
$past := PAST::Op.new(
:node($/),
+ :pasttype('inline'),
:inline(~$/)
);
}
More information about the parrot-commits
mailing list