Re: [Rd] is R syntax closed?

2015-09-19 Thread Ben Bolker
Mark van der Loo gmail.com> writes: > > > comment, some marker for 'command doesn't end at this line' etc. > > That is not necessary since R supports multi-line commands > without the need > for marking continuation. > > > R syntax done and any extensions are forbidden? > > R is maintained a

[Rd] New version of the R parser in pqR

2015-09-19 Thread Radford Neal
I have rewritten the R parser in the new version of pqR that I recently released (pqR-2015-09-14, at pqR-project.org). The new version of the parser is much cleaner, is faster (sometimes quite substantially faster), has a better interface to the read-eval-print loop, and provides a better basis fo

Re: [Rd] is R syntax closed?

2015-09-19 Thread Mark van der Loo
> comment, some marker for 'command doesn't end at this line' etc. That is not necessary since R supports multi-line commands without the need for marking continuation. > R syntax done and any extensions are forbidden? R is maintained and extended by the R code team[1] who decide on the GNU R p