Re: confold
[email protected] (lnation)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
So I hacked through a my $thing = const::c(“idea”) that wraps a custom op so I can identify it in the first caller, then within that caller I setup the pad (I’m just going to call that metadata) storing the value of the literal. This then makes it easy for slot::get($thing) to be an op. > On 30 Jan 2026, at 23:35, Richard Leach <[email protected]> wrote: > > On Fri, 30 Jan 2026 at 23:32, Paul "LeoNerd" Evans > <[email protected]> wrote: >> https://metacpan.org/pod/Syntax::Keyword::PhaserExpression > > Oooh, that looks interesting. :D