interface ParseRequiredInput<T> {
    parser: Parser<T>;
    request: RParseRequests;
}

Type Parameters

  • T

Properties

Properties

parser: Parser<T>

This is the RShell, RShellExecutor or TreeSitterExecutor connection to be used to obtain the original parses AST of the R code

The request which essentially indicates the input to extract the AST from