PythonFrontend
module FFI : sig ... end
This file is about translating Python3.8 code
objects into an OCaml representation. Some interesting readings:
module PyIR : sig ... end
module PyIR2Textual : sig ... end
module PyIRExec : sig ... end
module PyIRTypeInference : sig ... end