in reply to Re: Implementing named infix operators with parser hook?
in thread Implementing named infix operators with parser hook?
Yes I did. :)
> closures
I'm using objects.
I have a very good solution yet, using indirect method calls and constants as operands.
col BETWEEN 1,2
I just need an alternative for the cases where the LHS is not a constant, which is rare in most SQL statements.
Maybe its time to show a proof of concept...
Cheers Rolf
,
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Implementing named infix operators with parser hook?
by anonymized user 468275 (Curate) on Aug 17, 2018 at 11:28 UTC | |
by LanX (Saint) on Aug 17, 2018 at 11:36 UTC |