You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same as .decl, except clones self first. This method will let us
write declarations for QAST::Vars even if they're stored in variables,
avoiding having to duplicate :scope/:name all the time.
my $v := QAST::Var.new: :name<meow>, :scope<lexical>;
$*W.cur_lexpad[0].push: $v.decl_as: 'var';
$qast.push: $v;
0 commit comments