Parses Python source code from a file path. Not yet implemented: this is a Node.js-oriented placeholder — read the file's contents yourself and pass them to parse instead.
Path to the Python source file (currently unused).
Parsing options; see ParseOptions (currently unused).
Never returns.
Parser entry points and location-manipulation helpers.
ast.literal_eval.lineno/col_offsetinfo on a hand-built tree by copying it from parent nodes.