The R Project SVN R

Rev

Rev 77395 | Rev 77669 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77395 Rev 77398
Line 3571... Line 3571...
3571
/*
3571
/*
3572
 *  Parsing Entry Points:
3572
 *  Parsing Entry Points:
3573
 *
3573
 *
3574
 *  The Following entry points provide language parsing facilities.
3574
 *  The Following entry points provide language parsing facilities.
3575
 *  Note that there are separate entry points for parsing IoBuffers
3575
 *  Note that there are separate entry points for parsing IoBuffers
3576
 *  (i.e. interactive use), files and R character strings.
3576
 *  (i.e. interactve use), files and R character strings.
3577
 *
3577
 *
3578
 *  The entry points provide the same functionality, they just
3578
 *  The entry points provide the same functionality, they just
3579
 *  set things up in slightly different ways.
3579
 *  set things up in slightly different ways.
3580
 *
3580
 *
3581
 *  The following routines parse a single expression:
3581
 *  The following routines parse a single expression: