Skip to content
Prev 33045 / 63424 Next

R_parseVector and syntax error [was: error messages while parsing with rniParse]

Romain Francois wrote:
It could be.   I'd like a design that allows for the possibility of 
multiple syntax errors to be reported.  I have parse_Rd doing that, 
though not committed yet.  parse() is different because we have to be 
less tolerant of errors in R code than in Rd files.  But we could still 
report multiple errors in one parse, not just stop at the first one.

Duncan Murdoch