|
|
|
|
|
by taeric
574 days ago
|
|
To be fair, I could see this basically allowing a form of "back reference" lookup that lets you offload the back reference to other parts. For example, `/(.); \1 = (.)/.exec("foo; foo = anything")`, but instead of doing a back reference, you could have an oracle lookup. I haven't looked at the examples in this paper, yet. But I'm having fun imagining ways this could be used. |
|