From aaf5b445de8c4c7a508c031252fb6158e497d6db Mon Sep 17 00:00:00 2001 From: Will Coleda Date: Sat, 28 Nov 2009 12:58:06 -0500 Subject: [PATCH] remove workaround; latest version of nqp-rx handles this as expected. --- src/PmTcl/Actions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PmTcl/Actions.pm b/src/PmTcl/Actions.pm index fada185..979a8a9 100644 --- a/src/PmTcl/Actions.pm +++ b/src/PmTcl/Actions.pm @@ -143,7 +143,7 @@ method variable($/) { } method term:sym($/) { make $.ast; } -method term:sym($/) { make PAST::Val.new( :value($), :returns('Integer') ); } +method term:sym($/) { make $.ast; } method term:sym<[ ]>($/) { make $