Re: Discussion of interval literal syntax
John Pryce asked:
> On 2013 Jul 20, at 00:30, Vincent Lefevre wrote:
> > Requiring that all interval literals start with "[" and end with
> > the first "]" can help...
>
> Straw poll please from those with experience in parsing. Does
> Vincent's suggestion make it easier to parse interval literals?
It does not matter much in the context of text2interval(), where
we know that an interval is expected. It would help however in
an implicit-typing language, and perhaps even more in interpretive
or just-in-time-compilation settings.
Michel.
---Sent: 2013-07-20 18:11:45 UTC