Andreas Rossberg (2013-02-01T19:00:58.000Z)
On 1 February 2013 18:24, Brandon Benvie <brandon at brandonbenvie.com> wrote:
> A postfix '?' would require backtracking when the next '}' is found...I
> think?

Yeah. I admit that I don't remember much of the earlier discussions on
respective parsing difficulties. Naively, it would seem to me that a
prefix '?' should actually be easier to parse.

/Andreas
github at esdiscuss.org (2013-07-12T02:26:28.125Z)
Yeah. I admit that I don't remember much of the earlier discussions on
respective parsing difficulties. Naively, it would seem to me that a
prefix `?` should actually be easier to parse.