Re: NQP and Pod

2016-06-29 Thread Tom Browder
On Wed, Jun 29, 2016 at 9:00 AM, Will Coleda wrote: > On Tue, Jun 28, 2016 at 5:32 PM, Tom Browder wrote: >> I am trying to debug a P6 pod problem, and the problem code seems to be in >> file: >> >> rakudo/src/Perl6/Pod.nqp >> >> My question is how can I access code in that file? >> >> + Can I

Re: NQP and Pod

2016-06-29 Thread Will Coleda
On Tue, Jun 28, 2016 at 5:32 PM, Tom Browder wrote: > I am trying to debug a P6 pod problem, and the problem code seems to be in > file: > > rakudo/src/Perl6/Pod.nqp > > My question is how can I access code in that file? > > + Can I write an nqp script, use the Perl6::Pod module, and operate th

NQP and Pod

2016-06-28 Thread Tom Browder
I am trying to debug a P6 pod problem, and the problem code seems to be in file: rakudo/src/Perl6/Pod.nqp My question is how can I access code in that file? + Can I write an nqp script, use the Perl6::Pod module, and operate that way? + How do I feed a chunk of pod to the routines? Any help w