| Line 39... |
Line 39... |
| 39 |
|
39 |
|
| 40 |
Rboolean keepSrcRefs; /* Whether to attach srcrefs to objects as they are parsed */
|
40 |
Rboolean keepSrcRefs; /* Whether to attach srcrefs to objects as they are parsed */
|
| 41 |
Rboolean keepParseData; /* Whether to attach also parse data to srcrefs */
|
41 |
Rboolean keepParseData; /* Whether to attach also parse data to srcrefs */
|
| 42 |
Rboolean didAttach; /* Record of whether a srcref was attached */
|
42 |
Rboolean didAttach; /* Record of whether a srcref was attached */
|
| 43 |
SEXP data; /* Parse data as in sexps, also here for performance */
|
43 |
SEXP data; /* Parse data as in sexps, also here for performance */
|
| 44 |
R_xlen_t nPreserved; /* Number of used elements in svs */
|
- |
|
| 45 |
SEXP sexps;
|
44 |
SEXP sexps;
|
| 46 |
/* SrcRefs */
|
45 |
/* SrcRefs */
|
| 47 |
/* SrcFile The srcfile object currently being parsed */
|
46 |
/* SrcFile The srcfile object currently being parsed */
|
| 48 |
/* Original The underlying srcfile object */
|
47 |
/* Original The underlying srcfile object */
|
| 49 |
/* data (INTSXP) Detailed info on parse */
|
48 |
/* data (INTSXP) Detailed info on parse */
|