Module PythonFrontend

module FFI : sig ... end

This file is about translating Python3.8 code objects into an OCaml representation. Some interesting readings:

module PyBuiltin : sig ... end
module PyClassDecl : sig ... end
module PyCommon : sig ... end
module PyDebug : sig ... end
module PyEnv : sig ... end
module PyIR : sig ... end
module PyTrans : sig ... end