Module parser

Module parser 

Source
Expand description

Python AST parser using PyO3

This module uses PyO3 to invoke Python’s ast module for parsing.

Structs§

PythonAST
Python AST node (simplified representation)

Functions§

parse
Parse Python source code into AST