in reply to Implementing named infix operators with parser hook?

Ought to be possible using some kind of pathological c-preprocessor syntax and Filter::cpp

One world, one people

  • Comment on Re: Implementing named infix operators with parser hook?

Replies are listed 'Best First'.
Re^2: Implementing named infix operators with parser hook?
by LanX (Saint) on Aug 17, 2018 at 11:02 UTC
    Thanks, but as I said, no source filters or worse. :)

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

      That's fine, it's your baby, but technically in this case the filtering occurs after Perl loads it unlike filtering it before Perl reads it. Otherwise Perl itself is a source filter falling on the wrong side of your line in the sand.

      One world, one people